| > I was wondering if it is possible to use arguments
> in path.
Err, no.
> because the site needs an authentification.
You may try the basic authentication scheme, such as in:
<http://myusername:mypassword@www.example.com/>
But if you really need a specific HTTP query parameter, it won't work.
| |