Ajax Jquery URL value help

Hi

I am creating an Ajax query.

I can get the php file the URL is calling for a post response if it is in the same directory - but it fails if it is anywhere else.

My development is on local host.

I am trying to debug and would like to see what the URL parameter is calling for the Ajax code exactly?

Any suggestions on how to console log that to screen?

I want to see what the URL is actually calling?

Hi @karentutor1, no need to log anything – just check the network panel of the browser dev tools.

Perfect thanks for that!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.