Search found 208 matches: requests

Return to advanced search

Data exchange between PC and Android device on the same loca

... WITH UHTTPD A.- For the BACK-END SERVER side (CGI Module) I use a prg compiled as cgi, for now very simple and simple, configured to receive requests and respond to requests. It reads the Request and accordingly generates the responses that are data from .dbf tables, which reside on the PC ...
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: 782

Re: HarbourWave - leaked information

... the webview period also supported by the fwteam, I'm respectful with everyone but I can't be with those who open topics with the same nature as my requests only to force and divert attention towards other topics. dear Antonio when Mr. Otto was worried about creating his application in Windows (hotel ...
by Silvio.Falconi
Mon Jan 29, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 903

Re: Web programming with Mod Harbour

... and APIs, rather than creating frontend interfaces (HTML, CSS, and JavaScript). Mod Harbour can be used alongside web frameworks to handle HTTP requests, business logic, and data manipulation. Here's a general outline of how you can approach web programming with Mod Harbour: Choose a Web Framework: ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 327

Re: TWebView y Javascript

... a browser extension: Some browser extensions, like CORS Unblock, allow you to bypass the same-origin policy by adding appropriate CORS headers to requests. These extensions modify the headers of the requests you make, enabling you to access resources from different domains.
by Antonio Linares
Mon Jul 17, 2023 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 433

Re: SSE example

... updates to the client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best regards, Otto The way mod_harbour is implemented is ...
by ssbbs
Thu May 25, 2023 4:24 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4928

Re: SSE example

... updates to the client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best regards, Otto
by Otto
Wed May 24, 2023 5:46 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4928

Re: ChatGPT

... to educate him to answer questions from my customers in technical support? But it is already possible now for you to include information in your requests, and ChatGPT can access that information when generating responses. I am extending my program. In a second memo field, I save knowledge bases, ...
by Otto
Fri May 12, 2023 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1227

Re: OpenAI class using hbCurl

... dear Reinaldo, Since I'm unsure about the costs, I'm currently using an offline version. For example, in a reception with multiple users making requests all day, hundreds of requests could be generated, and using the API could become expensive. At the moment, users seem to expect information ...
by Otto
Wed May 10, 2023 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 696

Re: ChatGPT

Hello Reinaldo, Thank you. I do not use API; I use copy & paste. My ChatGPT plan costs $20 per month, and I think the requests are not limited. I want to find out how much the API key costs. What are your experiences? It seems that 31 similar requests, as you posted, will cost $1. ...
by Otto
Tue May 09, 2023 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1227

Re: ChatGPT

... name'? Also, please calculate the tokens for this request and determine the cost for the inquiry. The fee is $0.06/1K tokens. How many similar requests can I make for $1? Austria ChatGPT: Yes, of course! Here is the list of public holidays for 2024 in Austria in the format 'DD.MM.YYYY holiday ...
by Otto
Tue May 09, 2023 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1227

Re: Callback Server

... programmatically using the Synology DSM SMS API. The Synology DSM SMS API allows you to send SMS messages from your Synology NAS device using HTTP requests. Here's an example of how to send an SMS message using the Synology DSM SMS API using JavaScript: javascript Copy code const axios = require('axios'); ...
by Otto
Fri Mar 10, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 664

Re: WebView window

Yes, I need to make frequent site requests and read the changes. This is a very convenient algorithm for me and I do not understand why in this case the code block :bonBind does not work :cry:

the oWebKds:SetParent() method works, but the oWebKds:Eval() method does not
by Natter
Mon Dec 26, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 995

Re: Read API data one by one or in block

... database or analyzing it in some way. Using libraries or frameworks that make it easier to work with the data, such as Pandas for data analysis or requests for making HTTP requests to APIs. Ultimately, the best approach will depend on your specific needs and goals. Everytime you ask chatGPT you ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 253

Re: chatGPT writes and executes Harbour code !!!

Dear Otto,

> Can I make the requests from FIVEWIN (webview2) to chatGPT?

Yes, Carlos has posted in this same thread the FWH code to do it :-)
by Antonio Linares
Sun Dec 11, 2022 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2784

Re: chatGPT writes and executes Harbour code !!!

Dear Antonio,
I made several requests to OpenAI and then the message came that my daily tokens were used up.

I will try chatGPT.

Can I make the requests from FIVEWIN (webview2) to chatGPT?

Best regards,
Otto
by Otto
Sun Dec 11, 2022 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2784
Next

Return to advanced search