HTTP Request
HTTP Request
Hi,
Did anyone try to create HTTP reqest from xbase, and is this even possible?
Did anyone try to create HTTP reqest from xbase, and is this even possible?
Goran Radosic
Re: HTTP Request
Look at Roger's \Exp19\Samples\Mapdir example
Re: HTTP Request
No, I can't use this function to call this site:
http://checkip.dyndns.com/
I need to call this site and read what site return to me (ip address)
....
http://checkip.dyndns.com/
I need to call this site and read what site return to me (ip address)
....
Goran Radosic
Re: HTTP Request
It's way more powerful than what you are asking for, but checkout xb2net from
Boris Borzic
http://xb2.net
http://sqlexpress.net
Brian
Boris Borzic
http://xb2.net
http://sqlexpress.net
Brian
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Re: HTTP Request
hm ... just read that Site try LoadFromUrl()gradosic wrote:No, I can't use this function to call this site:
http://checkip.dyndns.com/
I need to call this site and read what site return to me (ip address)
Code: Select all
cIP := loadfromurl("http://checkip.dyndns.com/")
Code: Select all
cIP := LoadFromUrl( "[SERVERURL]/ip.php")
Code: Select all
*** ip.php ***
<?php
echo $_SERVER["REMOTE_ADDR"];
?>
greetings by OHR
Jimmy
Jimmy
Re: HTTP Request
If you have the Alaska Professional Subscription, you will have ASINET10.DLL.
It has an httprequest function.
It has an httprequest function.
The eXpress train is coming - and it has more cars.
Re: HTTP Request
Hi,
I'm proffesional subscription, but i can't find function LoadFromUrl() ??? What's LIB for that function ?
Br,
Goran
I'm proffesional subscription, but i can't find function LoadFromUrl() ??? What's LIB for that function ?
Br,
Goran
Goran Radosic
Re: HTTP Request
That function is in ASINET10.LIB and ASINET10.DLL.
The eXpress train is coming - and it has more cars.
Re: HTTP Request
Seems to me that I do something wrong becaouse I have .dll but no .LIB file... I will try to reinstall alasaka.
BR
BR
Goran Radosic
Re: HTTP Request
Hi
Here it has an excellent program to realize http request+
Best Regard
Hector
Here it has an excellent program to realize http request+
Best Regard
Hector
- Attachments
-
- TServerXMLHTTPRequest.zip
- (3.51 KiB) Downloaded 1097 times