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.
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.