在postman上使用https调服务端接口。(含nginx代理配置)

时间:2024-03-15 10:53:27

      在开发过程中,一般用postman调试时都是http请求。这次因为有个小项目,前端的小程序接口必须要https请求,因为研究了下如何用postman调https服务。希望对大家有所帮助。

话不多说,直接上图。

在postman上进行设置

在postman上使用https调服务端接口。(含nginx代理配置)

将ssl认证关闭

在postman上使用https调服务端接口。(含nginx代理配置)

配置证书信息

 

在postman上使用https调服务端接口。(含nginx代理配置)

 

即可使用https调试了,效果如图

 

在postman上使用https调服务端接口。(含nginx代理配置)

 

 

另外,配置了nginx作为代理服务。nginx的配置如图所示(同样隐去敏感信息~)

在postman上使用https调服务端接口。(含nginx代理配置)

这样就可以完美调用了。