bberk1 Posted October 19, 2011 Share Posted October 19, 2011 I have gotten my inetget statement to work with hardcoded username and password. Now I want to prompt for username and password first and use those variables in my inetget. I have tried: inetget(https://$user:$pass@mywebsite.com)I used a simple inputbox statement to get the username and password. but this doesn't seem to work. What am I missing? Thanks Link to comment Share on other sites More sharing options...
bberk1 Posted October 19, 2011 Author Share Posted October 19, 2011 figured it out inetget ("https://" & $user & ":" & $pass & "@www.mywebsite.com) Link to comment Share on other sites More sharing options...
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