l00ph0le
Newbie   Posts: 1 Registered: 12/7/2002 Status: Offline
|
posted on 12/7/2002 at 06:03 AM |
I have a question? I want to incorporate a web page that has a password on
it. I can postwrap the page fine. However what I want to do is send the
password in the page headers so it will log into the page automatically. it
appears to me that it is an htaccess password protection. Is there any way
to send that password along with the page request. If not is there a way to
incorporate this feature into a future release.
Also great job and nice module. |
| |
| |
shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Offline
|
posted on 12/9/2002 at 10:21 PM |
I'm not sure what the username and password vars are for .htaccess, but if
you can find that out then just include those vars in the page URL.
Example:
modules.php?op=modload&name=PostWrap=file=index&page=http://mypage%
26username=bob%26password=letmein
Not very secure though.
-Shawn |
| |