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
SounD120
changed the title
Proxy support setting removes GET part from URLs on extension's GET requests
Proxy support setting removes GET query parameter from URLs on extension's GET requests
Jan 24, 2019
SounD120
changed the title
Proxy support setting removes GET query parameter from URLs on extension's GET requests
Proxy support setting removes GET query parameters from URLs on extension's GET requests
Jan 24, 2019
Steps to Reproduce:
git clone https://github.com/SounD120/proxysupporttest.git
commandcd proxysupporttest
npm i
code .
on
oroverride
option.Run extension
Proxy Support Test: Start test HTTP server
commandProxy Support Test: Send HTTP request to server
command from command palleteYou will see the VS Code information message window with URL which hit the server.
In my test repo I used such URL :
http://127.0.0.1:8080?platform=android
Without Proxy Support setting HTTP get request returns :
/?platform=android
With Proxy Support setting HTTP get request returns:
/
Also this setting is enabled in
1.31-insiders
by default, so I want to clarify would it be enabled in release 1.31 version?Observation: this might be connected to this code
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: