PostMan Request method 'xx' not supported problem solving

Problem Description:

Request method 'GET' not supported

problem analysis:

1. The real request address is the https protocol, but if the address of the http protocol is requested by POST in PostMan, it will become a GET request at this time, resulting in an error.

Solution: Change the request address to https protocol.

Guess you like

Origin blog.csdn.net/qq_38974638/article/details/131571759