I am using ASP and I need HLEP er... HELP!
My problems is that I need the server to generate an HTTP request to a gateway that has a firewall that identifies approved requests via the IP address of the machine from which the request originates.
With that said, I have to develop a method for the server to generate the request (in order to controll the IP issue) instead of the client (which I cannot controll or predict).
In other words, I need the server to act as a middle-man to the gateway...
My problems is that I need the server to generate an HTTP request to a gateway that has a firewall that identifies approved requests via the IP address of the machine from which the request originates.
With that said, I have to develop a method for the server to generate the request (in order to controll the IP issue) instead of the client (which I cannot controll or predict).
In other words, I need the server to act as a middle-man to the gateway...