I have post requests in Postman that work fine when I use Postman 7.0.9, but after upgrading to 7.2.2+ (currently 7.3.2), I receive a 405 error. Nothing has changed with the request details (header, body, parmeters, etc is exactly the same between versions) or with the system this request is trying to access.
I tried going to the settings and removing any extra verifications or headers:
This is the body contents in the return:
Apache Tomcat/8.0.44 - Error reportHTTP Status 405 - Request method 'POST' not supported
type Status report
message Request method 'POST' not supported
description The specified HTTP method is not allowed for the requested resource.
Apache Tomcat/8.0.44
Has anyone else run into this issue before?