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?