Search found 56 matches: auth

Return to advanced search

Re: Conectando FiveWin / xHarbour con ChatGPT OpenAI

... { "message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted ...
by karinha
Wed Dec 07, 2022 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectando FiveWin / xHarbour con ChatGPT OpenAI
Replies: 12
Views: 1150

Re: chatGPT writes and executes Harbour code !!!

... { "message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted ...
by karinha
Wed Dec 07, 2022 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

Re: SMS Text messaging

... code. #INCLUDE "hbClass.ch"#include "hbcurl.ch"#define ACCOUNT_SID  "xxxxxxxxxx$#B<SHJGHKxxxx" #define AUTH_TOKEN   "x@#$F&^%DEE" #define TEL_FROM     "555-555-55555"CLASS TTwilioSMS   DATA hCurl   ...
by TimStone
Tue Nov 08, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1706

Re: Conectar SFTP con CURL

Antonio, te paso el link con mi exe y mi prg: https://wormhole.app/QKbzx#fpifjZv1tVs_RFW_54_jPw He probado el que tu me has proporcionado y obtengo el siguiente error (tengo W10): No se encuentra el punto de entrada del procedimiento SSL_CTX_set_post_handsake_auth en la biblioteca de vínculos dinámi...
by Verhoven
Sat Jul 09, 2022 7:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10254

Re: TWebView() and Google Group Account

Dear Jimmy, Have you tried to run this, after you go to https://accounts.google.com/o/oauth2/v2/auth ? oWebView:Eval( "disallow_webview=true;" ) Anyhow, I have just set an issue in the github webview repo asking for it and lets see what they say: https://github.com/webview/webview/issues/791
by Antonio Linares
Thu Jun 30, 2022 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1606

Re: GMail no funciona

Hola Paco,

si pasas por el siguiente enlace https://developers.google.com/identity/protocols/oauth2/service-account#jwt-auth para usar JWT con GMail, necesitamos el algoritmo RS256 que la implementación de JWT de Mateo Baccan no soporta.

Muchas gracias.

Saludos,
by Baxajaun
Mon Apr 04, 2022 5:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GMail no funciona
Replies: 33
Views: 2102

oAuth 2.0 Restful Web Service

... := hb_JsonEncode( hLogin ) oHttp:Open( "POST","https:" + "/" + "/" + "api.carbonite.com:443/api/auth/login",.f. ) oHttp:SetRequestHeader( "Content-Type", "text/json" ) oHttp:Send( cLogin ) If oHttp:status == 200 cResponse ...
by byron.hopp
Wed Jun 16, 2021 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oAuth 2.0 Restful Web Service
Replies: 2
Views: 695

How to Curl for text messaging

Hello everyone; I pretend to use hb_curl() to send SMS messages with Twilio. Here is an example they provide on how to send a message using command line: curl -X POST https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Messages.json \ --data-urlencode "From=+15017122661" \ --dat...
by reinaldocrespo
Mon Feb 22, 2021 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2245

Re: WEB SERVICE – VIA REST

Vilian, oServer := CreateObject( "MSXML2.XMLHTTP" ) oServer:Open( "GET", "webserver.averba.com.br/rest/Auth" ) oServer:SetRequestHeader( "Content-Type", "application/json" ) oServer:Send( hb_jsonEncode( { "usuario" => "teste", ...
by Antonio Linares
Thu Feb 20, 2020 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEB SERVICE – VIA REST
Replies: 4
Views: 1190

WEB SERVICE – VIA REST

Hi Guys, I need send to a webservice(webserver.averba.com.br/rest/Auth) this content: Header: Accept: application/json Content-type: application/json Body: { "usuario": "teste", "senha": "teste", "codigoatm": ...
by vilian
Wed Feb 19, 2020 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEB SERVICE – VIA REST
Replies: 4
Views: 1190

dbrowse.prg

Mod_harbor is a great project. I think it will give a new life to the harbour and its community. I installed mod_harbur on windows 10(64bit) ( XAMPP 64bit) and started to study the work of dbrowse.prg program. In normal operation everything works correctly . When I press the button NEXT quickly seve...
by gruncic
Fri Nov 01, 2019 2:41 pm
 
Forum: mod_harbour
Topic: dbrowse.prg
Replies: 6
Views: 1146

Login by api

I need to login according to the Tray layout, Request authorization The authorization code is provided through the Tray Commerce authentication server. To allow access to the information and resources of the account, the client must be redirected to ...
by roh.drigo
Wed May 29, 2019 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Login by api
Replies: 4
Views: 1468

Re: ntdll.dll error

... auth=1 Rick Lipkin
by Rick Lipkin
Fri Mar 30, 2018 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ntdll.dll error
Replies: 8
Views: 1463

Re: Google APIS Lib for Fivewin

ok Cris , My error was to create json from credential no Auth Now it is ok I can help Italian fwh User if they need the help for this
I tried also Gdrive and Gmail
for this two sample I not see nothing
How test the other classes ? thanks
by Silvio.Falconi
Thu Feb 15, 2018 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 24994
Next

Return to advanced search