HTTP and Windows Browser in Access

C

cmraguilar

I've added a Windows Brower to a tab in my db and need to open a web site.
It work great with any site that is http, but I need to connect to a https
site. I have to correct string with the parameters for the user id and
password. My problem is that I get an error and seems to relate to API
authentication. Here is the error I receive:

<?xml version="1.0" ?>
- <qdbapi>
<action>API_Authenticate</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<ticket>*****A bunch of different characters******</ticket>
<userid>********</userid>
</qdbapi>

I get the same error if I just place the entire web string into a web
browser outside of Access so I know it's not just the db.
Any help would be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top