1
Redirects don't change to GET method
Source: Kong/insomnia#3753 · opened by @johanrosenson
Describe the bug
When following redirects is active the redirect will not change to using the GET method as it should, but will keep the original request method.
To Reproduce
Steps to reproduce the behavior:
1. Make a POST request to a URL that responds with a redirect (302).
2. Switch to timeline and see that the redirect did not switch to GET.
I managed to reproduce with a POST to
(Same example as in previous issues linked below)
Expected behavior
The redirect should switch to using GET.
Screenshots
<img width="465" alt="Screenshot 2020-05-16 at 11 57 10" src="
Desktop (please complete the following information):
- OS: macOS 10.15.4
- Installation Method: homebrew
- App Version 7.1.1
Additional context
I have only tested this using a POST request, cannot confirm or rule out that it also happens with PUT, PATCH and other methods.
Previous issues with the same bug:
When following redirects is active the redirect will not change to using the GET method as it should, but will keep the original request method.
To Reproduce
Steps to reproduce the behavior:
1. Make a POST request to a URL that responds with a redirect (302).
2. Switch to timeline and see that the redirect did not switch to GET.
I managed to reproduce with a POST to
(Same example as in previous issues linked below)
Expected behavior
The redirect should switch to using GET.
Screenshots
<img width="465" alt="Screenshot 2020-05-16 at 11 57 10" src="
Desktop (please complete the following information):
- OS: macOS 10.15.4
- Installation Method: homebrew
- App Version 7.1.1
Additional context
I have only tested this using a POST request, cannot confirm or rule out that it also happens with PUT, PATCH and other methods.
Previous issues with the same bug:
No pledges yet. Be the first to back this.
No comments yet.