获取ajax请求的请求标头

时间:2022-03-18 20:15:52

I wish to get full request headers that were used in an ajax call I make (jQuery). Is there any way to do this?

我希望获得在我制作的ajax调用(jQuery)中使用的完整请求标头。有没有办法做到这一点?

1 个解决方案

#1


0  

You may use network tab in inspector in Google Chrome, or in Firebug. There you can see all headers of all requests.

您可以在Google Chrome或Firebug中的检查器中使用网络标签。在那里,您可以看到所有请求的所有标头。

#1


0  

You may use network tab in inspector in Google Chrome, or in Firebug. There you can see all headers of all requests.

您可以在Google Chrome或Firebug中的检查器中使用网络标签。在那里,您可以看到所有请求的所有标头。