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.
我在 cmd 中检查以下代码 - 它没有重定向到另一个 url。
curl -X POST "http://localhost:5555/login" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"email\": \"admin\", \"password\": \"admin\"}"
但是当我在浏览器中单击时Execute-它的捕获重定向和输出不正确。如何禁止重定向?
Execute