*** title: My request is redirected to a GET request description: >- You are experiencing one of the following issues All your requests are sent as GET requests, regardless of the HTTP method you select. When a redirect occurs... --------- ## You are experiencing one of the following issues * All your requests are sent as GET requests, regardless of the HTTP method you select. * When a redirect occurs between HTTP and HTTPS, the original HTTP request method you chose is not maintained. ## What to expect Postman automatically redirects requests that return a 3xx response. * **Note:** To check for a 3xx response, [use the Postman console](/docs/sending-requests/response-data/troubleshooting-api-requests/#using-the-console) and verify if it shows a 3xx status. If so, it indicates a redirection. If not, submit a support request (see below). ## How to unblock yourself * **Disable the automatic redirection for 3xx responses** . To do this, open the **Settings** tab of your request and toggle off the **Automatically follow redirects** option. * **Force your request to follow the original HTTP method** . To do so, open the **Settings** tab of the request and toggle on the **Follow original HTTP method** option. * If your API service provider uses Nginx as a web server, add a trailing slash ( / ) on the request URL. * If none of these options help, reach out to your API service provider for assistance. ## Submit a support request If you need to [submit a support request](https://support.postman.com/hc/en-us/requests/new/), make sure you provide the following screenshots in your support request: * Send a POST request to the [Postman Echo API](/docs/developer/echo-api/) , and if the request is sent as a GET request, take a screenshot of the response. * Send a request using [cURL](https://curl.se/docs/manpage.html) in y our terminal. To do this, copy [the cURL code generated by your request](/docs/sending-requests/create-requests/generate-code-snippets/#generating-code-snippets-in-postman) , paste it into your terminal, and send the request. Take a screenshot of the response. *** Have more questions? [Submit a request](/help/submit-request) ***