Hi Adhemar,
have you ever tested if CURL is working with your installation?
Best regards,
Otto
-------------------------------------------------------------------------------
Leandro,
Ejemplo de webservice simple usando mod_harbour:
https://github.com/FiveTechSoft/mod_har ... ervice.prgUsando el webservice anterior desde mod_harbour:
https://github.com/FiveTechSoft/mod_har ... ervice.prgregards, saludos
Antonio Linares
www.fivetechsoft.comUser avatar
Antonio Linares
Site Admin
Posts: 38098
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Top
Re: Peticiones POST GET
Postby Otto » Tue Oct 05, 2021 9:26 pm
Hello friends,
maybe someone can help me.
This example works when I call the web service on the modharbour.org server.
But it doesn't work when I put the link on my server.
Do you have to set something on the server so that it is allowed?
Best regards,
Otto
This is not working.
curl_easy_setopt( hCurl, HB_CURLOPT_URL, "https://winhotel.space/samples/webservice.prg" )
This is working fine.
curl_easy_setopt( hCurl, HB_CURLOPT_URL, "http://www.modharbour.org/modharbour_samples/webservice.prg" )