Closed nenigi closed 2 years ago
Thanks for the bug report. It seems that the library I'm using to make the HTTP requests (OkHttp) does not consider a 3xx status code as a success. However, I agree with you that in this case it would make more sense to treat it as such, given that with the disabling of the "Follow redirects" checkbox the user opts in to seeing this response. I am including a fix for this in the upcoming 2.12.0 version release.
Steps To Reproduce
Expected behavior As the "Follow redirects" is disabled, and a 302 HTTP status code is obtained, the request shall be considered as successful (reference). 3xx status codes should not be considered as failures.
Actual behavior The request is considered as failed.
Screenshots https://i.ibb.co/QJLrTh3/Screenshot-20211129-125719-HTTP-Shortcuts.jpg
Context: