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.
有没有办法将 SQS Api 的响应作为 Json?
我需要这样做,因为我需要从浏览器中获取队列的信息,但由于它是跨域的,它需要在 json(p) 中
@see使用 jQuery 从跨域 Ajax 请求接收 XML 响应
SQS 不提供 JSON 接口。你可以在你的网络服务器上实现一个代理,它以你想要的任何格式返回信息。这也将消除跨域问题。