Is there an easy way to examine the HTTP GET/POST/OPTIONS/HEAD etc requests being made by jquery ajax calls using WebKit’s Web Inspector? I’m hand crafting responses and am looking for a simple way to monitor the back and forth traffic.
Is there an easy way to examine the HTTP GET/POST/OPTIONS/HEAD etc requests being made
Share
The Resources tab will show Request/Response headers and the response itself. Were you looking for something else? Using “Sort by Start Time” is probably the most useful setting for watching new requests.