1

(5 replies, posted in Setup)

Just looking around and found a post about how curl can use the login fields to pass username and password:

curl -F 'user_name_entry_field=<username>' -F 'password=<password>' -F 'company_login_name=<company number>' url

I don't even really understand what curl is but wondering if there's a way to use those field names in the url in the same way.

2

(5 replies, posted in Setup)

Hi Ken..  Thanks for your reply.  Yes, I am a bit familiar with that strategy.  I will try that if there is no simpler approach.  All I need for now is the data from the customer and supplier inquiry pages which I modified slightly in the code to default to exactly the way I need.  All I need is the webpage in excel and I can use the data on any platform.  Using ODBC requires more configuration and is less portable. 

So still wondering about my original question whether or not there is a way to skip the login or put it in the URL.

Thanks

3

(5 replies, posted in Setup)

Thanks in advance for any help.  Is it possible to login by adding username and password to a URL?  I want to get some data into Excel using Excel's web query feature but Excel gets redirected to the login screen.  Excel needs its own login session.  Is this possible?