Postman using GET for POST methods (endpoint requests)
ADEKOLA Abdwahab

ADEKOLA Abdwahab @codarbind

About: Coding solutions one semicolon at a time. @wahabind tweets

Location:
Nigeria
Joined:
Apr 10, 2021

Postman using GET for POST methods (endpoint requests)

Publish Date: Nov 4 '22
1 0

I love using postman. But recently it started showing me shege - a Yoruba word for trouble.

Anytime I made a POST request to a remote endpoint, the server receives the requests as if they were GET method requests.

Then I caught a hack:

Let your endpoint URL start with https://.

That is it!

Comments 0 total

    Add comment