Category: Postman

在 Postman 中请求 https 接口响应成功,在前端页面中请求 https 接口无响应,控制台中报错: net::ERR_CERT_AUTHORITY_INVALID 0

Requesting the HTTPS interface in Postman is successful, the requesting HTTPS interface in the front-end page is unresponsive, and an error is reported in the console: net::err_cert_authority_invalid

Post Views: 20 1. The request for the HTTPS interface in Postman is successful, the request for the HTTPS interface in the front-end page is unresponsive, and an error is reported in the console:...

同样的网址,在浏览器中响应 302,在 Postman 中响应 200 0

Same URL, response 302 in the browser, and 200 in Postman’s troubleshooting analysis

Post Views: 12 1. The same URL, respond to 302 in the browser. as shown in Figure 1 2. The same URL, respond 302 in the browser, and 200 in Postman. as shown in...

重载文档响应成功 0

Request Shopify in Altair GraphQL ClientS Store GraphQL API

Post Views: 17 1. Reference:https://www.shuijingwanwq.com/2022/03/15/6129/. In the Shopify’s GraphQL Admin API, there are some APIs for online stores that don’t exist. 2. The online store in the background of Shopify, request the URL:https://xxx.myshopify.com/admin/online-store/admin/api/unversioned/graphql?operation=ThemeIndexSecondaryData. Request...

再次导入 Schema 文件,不再提示错误。自动完成可用。但是,在 Postman 中内省架构需要每次手动导入,不支持基于请求自动更新。 0

Request Shopify in PostmanS GraphQL Admin API

Post Views: 15 1. Reference:https://www.shuijingwanwq.com/2022/03/15/6129/. Request Shopify in Altair GraphQL Clients GraphQL Admin API. Finally decided to try again with Postman. 2. Reference:https://learning.postman.com/docs/sending-requests/supported-api-frameworks/graphql/. Querying with graphql 3. Send a GraphQL query in the request...

出现以上原因是因为 Windows 下 nginx php 环境,不支持并发的原因,当同时访问多个域名,并且同时指向你本地服务的时候,就不支持并发了。nginx.conf 里面 对不同 server 修改 fastcgi_pass 的端口号,启动多个 php-cgi。 0

Based on yiisoft/yii2-app-advanced, create a new repository yii2-app-advanced on github, and create a new remote procedure call application (implement hprose 2.0 for PHP RPC server), implement the corresponding RPC service of the page in the RPC directory, and implement the RPC client in the API directory

Post Views: 36 1. Implement the corresponding RPC service of the page in the RPC directory, create a remote procedure call HTTP server, and create a new \RPC\Controllers\ServerController.php 2. Create a new page model...