Skip to forum content
FrontAccounting forum
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
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.
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
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?
Posts found: 3