bberk1 0 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 Share this post Link to post Share on other sites
bberk1 0 Posted October 19, 2011 figured it out inetget ("https://" & $user & ":" & $pass & "@www.mywebsite.com) Share this post Link to post Share on other sites