Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要发布一个 json 数据,它是 REST API 的参数。我知道在跨域中使用 json 时可能会出现一些问题,但我尝试使用 mozilla 插件“http requester”并使用“php-curl”并将结果以 json 格式作为 {“success”:false}。
有没有办法使用 json 数据检查 REST API?如果是这样,请提供一些示例以使用参数将 json 数据传递给 REST API。
如果您安装了 curl ,您可以在命令行中执行以下操作:
curl -d "{\"success\": false}" http://path/to/api?param=value