Kraqule Posted March 2, 2006 Posted March 2, 2006 I have an issue with my script in that i want to query my staus page for my linksys bfresr41 router but i need to have the password put into the arguement ... any ideas?InetGet("http://192.168.1.1/status", "C:\status\status.html")I have tried http://admin@192.168.1.1/statushttp://192.168.1.1/status:adminhttp://192.168.1.1/status:/adminAny help would be appreciated
Developers Jos Posted March 2, 2006 Developers Posted March 2, 2006 (edited) Moved your previous post to the correct forum -> Support Edited March 2, 2006 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Moderators big_daddy Posted March 2, 2006 Moderators Posted March 2, 2006 It has to be in this format: http://username:password@url.com So you could try a blank for the username: http://%20:admin@192.168.1.1/status
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now