Osvaldo, very good
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Osvaldo, very good
Hello Adhemar,
Many Thanks.
Would you please be so kind as to briefly describe what your installation does and what is included?
It really is the case with your installation that after running the installation routine everything works. Many thanks. So easy to start.
I think that here in our group too little is known that mod harbour can be used in localhost and also self-hosted.
I see the great advantage of mod harbour when you have your web server in house.
Best regards,
Otto
Download and unzip to drive C:
Run C: \ Apache24 \Instalar Servicio e Iniciar.bat
In the internet explorer write: localhost
That's all.
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.prg
Usando el webservice anterior desde mod_harbour:
https://github.com/FiveTechSoft/mod_har ... ervice.prg
regards, saludos
Antonio Linares
www.fivetechsoft.com
User 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" )