On my "receiver" web site, I get the customer's information from a form and assemble this information as a string.
Now I want to send this string to a separate "listener" web site.
(Later, the "listener" site will store the string somewhere.)
I can't spot how to do this. I think it involves headers somehow.
Could someone point me in the right direction, please ?