Hi,
can someone give me a sollution to this problem.
I have to access a webpage on a server that require an authentification with .htaccess
I have only one IP address allowed, and other 10 ip's that need to be allowed.
I thought to this idea. To put on the allowed IP a webserver, and a php page, that will connect throught a socket to that server. But the problem is how should I pass to that popup (made by the .htaccess authorization) the parameters. Then , how should i pass to that restricted server the post method ?
Any suggestions ?