To keep things simple, please allow the “assumption” that some code requires the use of a full URL, even if the domain is on the same server, i.e. a simple file path cannot be used.
TCP / IP ?? Question: If the form action target = " http://this-full-URL.com/postdata " (for example) and , this URL is also located on the same server, then what happens first?
A) Data is sent "on the Internet" and then returned to the same server, or
B) Before sending any (possibly sensitive) data, the server (Linux, Apache, PHP) first "detects" the target address is local, therefore (understandably) no data is sent through the network? Thank.
source
share