You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
When using browserup-proxy with JDK10+, it's not possible to set a custom port when creating a new proxy config. This is because parsing the data in a POST request doesn't work as expected because mvel which is contained in browserup-proxy can't run with JDK10+ with an issue.
Describe the bug
When using browserup-proxy with JDK10+, it's not possible to set a custom port when creating a new proxy config. This is because parsing the data in a POST request doesn't work as expected because mvel which is contained in browserup-proxy can't run with JDK10+ with an issue.
To Reproduce
Refer to the issue autifyhq/docker-browserup-proxy#2 as well.
Steps to reproduce the behavior:
/proxywith the'port=8099'data.{"port":8099}).trustAllServerscan't be set as well.Expected behavior
browserup-proxy should return a port number when hitting with the port number.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information:
Additional context
Providing the version info to mvel by adding a line in the browserup-proxy code is an option.