Hello all
I have a script on my site that needs to pick up some additional information from another web site where I have an account to have full access. I want to read the content of that page and search and extract some fields.
The problem is: How to provide the other site with the required cookie?
I have that cookie on my client and search for a possibility to dynamically create and send that cookie in a way that the other site treats me as being logged in.
TIA