Closed evgkirov closed 3 years ago
I can reproduce the error of @kirov with his steps.
But I guess it is because data is handled different between browsermob and browserup.
May you should try it with passing a json on the curl with -d
option
curl -d '{"httpProxy":"127.0.0.1:5555"}' -X "POST" "http://127.0.0.1:28700/proxy"
That worked, although it needed a slight modification of browserup-proxy-py
However I've encountered another bug (NullPointerException in PUT rewrite), I will report it separately.
Describe the bug browserup-proxy throws me 500 Server Error when I specify an upstream proxy. I'm switching away from browsermob-proxy which worked with upstream proxies just fine, but hasn't updated for a while and lacks brotli support.
To Reproduce Steps to reproduce the behavior:
Expected behavior It should work just as fine as it does without an upstream proxy:
Full server log
Please complete the following information: