Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.3k stars 440 forks source link

POST requests don't follow redirects even though the setting "followredirect" is set to true #981

Open patrik-martinko opened 2 years ago

patrik-martinko commented 2 years ago

Steps to Reproduce:

  1. Send a POST request
  2. Response is 3xx content, not redirected content
Huachao commented 2 years ago

@patrik-martinko could you please provide the request if available?

Scared-Heart commented 2 years ago

same problem. mark

iqbalmineraltown commented 2 years ago

is this related to https://github.com/Huachao/vscode-restclient/issues/948 ?

endersaka commented 1 year ago

It looks like this has not been resolved yet.

chribjel commented 1 year ago

Still not resolved. Works for GET though.

entrptaher commented 3 weeks ago

Not resolved yet. :(