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.
我有一个设置标题(位置:“SomeUrl”)的php方法。在从浏览器执行该方法时,我得到了正确的输出,即调用了“SomeUrl”。但是,当我对同一方法进行休息调用时,我得到的是函数返回的输出,而不是“SomeUrl”,但在我的响应标头“位置”中,我确实看到了“SomeUrl”。现在,如果我退出我的方法,我将得到输出为“SomeUrl”。
请有人帮我理解这种行为。
Meaby 你“休息电话”没有设置 SomeUrl 作为位置参数?
将其设置为每次休息呼叫中的位置,看起来他们尝试拨打新电话。