How to resolve “Method Not Allowed” error when we call Suitelet from the Postman

Description: When we tried to call Suitelet from the postman, we may face this error through the response, we can use this solution to resolve it.

Error:

The issue is happened due to the invalid user-Agent add the following key value pair in the header section of the request then the issue will be resolved. “User-Agent” : “Mozilla/5.0”

Leave a comment

Your email address will not be published. Required fields are marked *