The problem I having is that I need to go grab a local URL that requires a cookie, and break it down for what I want with regex and display to the user. The problem is I dont know how to send the cookie header to the server. I can not use \"get\": file(\"http://server/cgi?cookie=cookievalue\") I get invalid cookie from the CGI. I am grabbing from a CGI that accesses databases on our internal network. The CGI is from our ERP vendor and I can\'t change out that either. I do believe this could be done with socket() but I am running php 3 and would rather not upgrade right now.
Hopefully that makes sense, and someone can point me in the right direction.