开发者

Finding Ajax Post URL Without Access to Source

开发者 https://www.devze.com 2022-12-15 13:30 出处:网络
How can I find the POST URL for a form that\'s being posted using ajax (action handlers are in PHP, but I doubt that matters too much in this case)?

How can I find the POST URL for a form that's being posted using ajax (action handlers are in PHP, but I doubt that matters too much in this case)?

Problem is I need to find out using an alternate method as I don't 开发者_如何学Pythonhave access to the source.


if you can run the page, you could check with Live HTTP Headers or fiddler to see where the POST is going...


What do you mean you don't have access to the source? If the JavaScript Ajax call is executed, then you probably do have access to the code. It's probably just a bit tricky to find.

Use firebug to understand which request is happening.

0

精彩评论

暂无评论...
验证码 换一张
取 消