Forum Discussion

jjsudharsan's avatar
jjsudharsan
Occasional Contributor
9 years ago

HTTP method changes when changing the environment

I have a POST call test, that i need to execute in 2 environment, Development & test.

 

When i Execute it in Development, its working but the same test changing the method in the URL from POST to GET

 

Develoment environment:

POST https://gms.com/documents/

 

Test environment:

GET https://gms.com/documents/

 

Not sure how is automatically changing when i  change the environment, i have double checked it has only POST in the resource level

No RepliesBe the first to reply