Search found 584 matches: cgi

Return to advanced search

Re: SWAGGER-UI para documentar nuestras API.

... que será igualmente fácil adaptar a otros servidores basados en harbour (UT de Charly, etc...) y también voy a probar de adaptar para Apache + CGI El resultado, funcionando ! https://i.postimg.cc/mgWMQZCb/image.png Saludos
by Joaquim Ferrer
Tue Mar 05, 2024 10:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1944

Re: Data exchange between PC and Android device on the same loca

... side, where it runs, a server that in principle ONLY the administrator has access to. That's why it makes me laugh when I read many times that CGI is the best system because being exes and user can't access the code. Having commented on this point, I could say several things, for example that ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 767

Re: Data exchange between PC and Android device on the same loca

... all along (I have been involved since 1994) that he solves problems for us and clears the obstacles out of the way. Although perhaps mod harbour CGI from FIVETECH might be even better, I believe it limits oneself. In the meantime, I have also adopted a pragmatic attitude and use some HTML programs ...
by Otto
Fri Feb 23, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 767

Re: Intercambio de datos entre PC y dispositivo Android en la m

Estimado,

¿ En el CGI como generas las respuestas ? , ¿ usas la clase TIPCGI ? , si es asi, usa el metodo : :header( "Access-Control-Allow-Origin: * " )

Saludos

Lautaro Moreira
by Lautaro
Wed Feb 21, 2024 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 201

Re: Data exchange between PC and Android device on the same loca

... of screens and the flow of the program, I did not look into it further. Also, one loses focus if one experiments too much. I also tested CGI only once and it worked well. But I have the original mod_harbour version in use and no problems. I also have a mod_harbour regional platform. https://puon24.com/ ...
by Otto
Wed Feb 21, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 767

Re: Data exchange between PC and Android device on the same loca

I appreciate your info Otto, it is almost certainly a solution if I use Apache.
The problem is that I don't know if Mod-Harbour /or/ Apache directly allow me to run HRB's /CGI's / instead of PRG's directly, which is MANDATORY in this specific case.
by Arturo Lopesoria
Wed Feb 21, 2024 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 767

Data exchange between PC and Android device on the same loca

... NOW THE CHALLENGE IS DIFFERENT. The NEED NOW is: 1.- The Front-End must be separated from the Back-End. I do not require the server-side PRG-CGI module to generate anything from the front-end (HTML), the Client will take care of that. 2.- I do not require SSL or MultiThreads since it is a ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 767

Intercambio de datos entre PC y dispositivo Android en la m

... y Back-End. AHORA EL RETO ES DIFERENTE. La NECESIDAD AHORA es: 1.- El Front-End debe estar separado del Back-End. No requiero que el modulo PRG-CGI del lado servidor genere nada del front-End (HTML), de eso se encargará el Cliente. 2.- No requiero SSL ni MultiThreads ya que es una web local ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 201

Re: xHarbour.org updated!

... D:\lang\fwh1811\bcc760\lib\psdk\psapi.lib D:\lang\fwh1811\bcc760\lib\psk\shell32.lib EDITOR = notepad FWH = D:\lang\fwh1811\fwh1811 CGI = NO GUI = YES MT = NO OBJ = obj PROJECT = transp32.exe $(PR) OBJFILES = $(OBJ)\TRANSP.obj $(OBJ)\CALC.obj $(OBJ)\FASTREPH.obj $(OBJ)\FUNCTE.obj ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37311

Re: Web programming with Mod Harbour

... HTTP requests and responses. Some popular choices include: Harbour Web - This is a built-in web server and HTTP library that comes with Harbour. CGI Programming - You can write Common Gateway Interface (CGI) programs in Mod Harbour to handle web requests. FastCGI - You can use FastCGI to improve ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 326

Re: Callback Server

... const message = 'Hello world!'; const phoneNumber = 'RECIPIENT_PHONE_NUMBER'; axios.post(`http://${nasIpAddress}:${port}/webapi/entry.cgi`, { api: 'SYNO.SMS.Send', version: 1, method: 'send', message: message, to_number: phoneNumber, account: username, passwd: password }) .then(response ...
by Otto
Fri Mar 10, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 659

Re: metodo Get

... podido configurarlo. 1.-Instalo Xampp 64 bit y lo reinicio y todo bien 2.-Copio todas las dll y modharbour.exe a la siguiente direccion C:\xampp\cgi-bin 3.-copio httpd.conf a la siguiente direccion C:\xampp\apache\conf 4.-copio htaccess a la siguiente direccion C:\xampp\htdocs. 5. reinicio xampp ...
by Adolfredo Martinez
Mon Dec 12, 2022 9:38 pm
 
Forum: mod_harbour
Topic: metodo Get
Replies: 11
Views: 1441

Re: metodo Get

Estimado Alfredo, Estas son las instrucciones a seguir para usar mod_harbour CGI: http://fivetechsupport.com/forums/viewtopic.php?p=255731&sid=31b907208c75ae4a3d445dac45d152b5#p255731 Estás líneas no se usan para mod_harbour CGI: LoadModule harbour_module ...
by Antonio Linares
Mon Dec 12, 2022 8:01 am
 
Forum: mod_harbour
Topic: metodo Get
Replies: 11
Views: 1441

Re: metodo Get

Buenas Antonio, quiero incursionar con mod_harbour CGI, no logro que me funcione, hice la descargue de los archivos en link que me diste, copie las dll y el modharbour.exe en C:\xampp\cgi-bin, agregue estas estas lineas: En Httpd.conf, que se encuetra ...
by Adolfredo Martinez
Mon Dec 12, 2022 2:08 am
 
Forum: mod_harbour
Topic: metodo Get
Replies: 11
Views: 1441
Next

Return to advanced search