PDA

View Full Version : HTTP Connection



NewsArchive
08-18-2014, 08:44 AM
I am using SB V8.1.4466.
I issue "Set Variable %GOOD_INTERNET% to FUNCTION:Check HTTP Connection
"www.pdsmed.com\index.html".
It use to return zero now it returns 503010049.
What has changed?

Thanks


--
Darrel (Dee) Witham
Professional Data Services, Inc

NewsArchive
08-18-2014, 08:45 AM
Hi Darrel,

Nothing changed.

BTW, it should be www.pdsmed.com/index.html

Just tested it and your page returns "0" here.

Friedrich

NewsArchive
08-18-2014, 09:37 AM
So I do not need the http:?

--
Darrel (Dee) Witham
Professional Data Services, Inc

NewsArchive
08-19-2014, 03:02 AM
>
> So I do not need the http:?
>

The point is, you have to use a slash (/) and not a backslash (\) for web
addresses.

You are using:

www.pdsmed.com\index.html

But it should be:

www.pdsmed.com/index.html

BTW, it works with "http://" or without it.

Friedrich

NewsArchive
08-19-2014, 03:02 AM
OK - the Check internt connection is working - it is the post to http
that I am having problems with.
The %_SB_RETURNEX% contains the full response but the %_SB_RETURN% is
now blank. It use to have the last line of the full response.
The last line of the full response is <string
xmlns="http://tempuri.org/">1,1<string>. This is what use to be
returned in the %_SB_RETURN%.
Has this changed?

Thanks

--
Darrel (Dee) Witham
Professional Data Services, Inc

NewsArchive
08-19-2014, 03:03 AM
Darrel,

> Has this changed?

Yes, there was a fix in the "Post to HTTP..." script function back in April:

http://www.lindersoft.com/forums/showthread.php?p=76564#post76564

Friedrich

NewsArchive
08-20-2014, 03:20 AM
OK - Ignore this - I figureed out what changed.

Thanks

--
Darrel (Dee) Witham
Professional Data Services, Inc