Search found 69 matches: authorization

Return to advanced search

Re: Soap Web Service - timeout request

... "Content-Type","application/xml") oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( "Authorization", "Basic "+hb_base64Encode(cCred)) oHttp:Send( cHttpSend ) oHttp:WaitForResponse( nSecs ) Sysrefresh() IF oHttp:status=200 ...
by Antonio Linares
Tue Jan 09, 2024 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 706

Soap Web Service - timeout request

... "Content-Type","application/xml") oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( "Authorization", "Basic "+hb_base64Encode(cCred)) oHttp:Send( cHttpSend ) Sysrefresh() IF oHttp:status=200 cWinResp := oHttp:ResponseBody ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 706

Re: Subuir un fichero a un servidor

... todo lo que encuentro pero no lo consigo tampoco. curl --location 'https://www.zohoapis.eu/crm/v5/Leads/594992000001640002/Attachments' --header 'Authorization: Zoho-oauthtoken 1000....' --form 'file=@"/E:/postman-portable/ZOHO_PRE.PDF"' obtengo el error curl: (26) Failed to open/read ...
by miarcod
Thu Nov 30, 2023 6:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subuir un fichero a un servidor
Replies: 18
Views: 2289

Re: xHarbour.org updated!

... ) oCli = TIPClientHttp():New( oUrl ) ? oCli:Open() RETURN NIL .F. -> false. Call Porto Seguros and ask if you need any authorization (key) to enter via programming, ok? Llama a Porto Seguros y pregunta si necesitas alguna autorización (clave) para entrar vía programación, ...
by wartiaga
Thu Sep 21, 2023 12:14 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37616

Re: xHarbour.org updated!

... ) oCli = TIPClientHttp():New( oUrl ) ? oCli:Open() RETURN NIL .F. -> false. Call Porto Seguros and ask if you need any authorization (key) to enter via programming, ok? Llama a Porto Seguros y pregunta si necesitas alguna autorización (clave) para entrar vía programación, ...
by karinha
Wed Sep 20, 2023 7:53 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37616

Re: Conectando FiveWin / xHarbour con ChatGPT OpenAI

... beautiful example? Thanks. { "error": { "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 ...
by karinha
Wed Dec 07, 2022 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectando FiveWin / xHarbour con ChatGPT OpenAI
Replies: 12
Views: 1151

Re: chatGPT writes and executes Harbour code !!!

... beautiful example? Thanks. { "error": { "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 ...
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: Autentication issue with cUrl

Authorization header requires 'Credential' parameter. Authorization header requires 'Signature' parameter. Authorization header requires 'SignedHeaders' parameter. Authorization header requires existence of either a 'X-Amz-Date' ...
by Marc Venken
Fri Oct 28, 2022 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 361

Re: Autentication issue with cUrl

... I get some data ... :D :D With this updated code, I get some more data, but not the good once. Function PostTo360( cUrl, cData, cContentType,cAuthorization )    Local oOle,cRet:='',uRet    default cContentType:="application/json"    default cAuthorization:=""  ...
by Marc Venken
Fri Oct 28, 2022 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 361

Autentication issue with cUrl

... : curl -X GET "https://site/v3/products/inventory?catalog_reference=B10" -H "accept: application/json" -H "x-site-authorization: token" -H "x-api-key: apikey here" Tim's code (Thanks)   local cUrl := "https://siteo/v3/products/inventory?catalog_reference=Gi6400B?token=token"  ...
by Marc Venken
Fri Oct 28, 2022 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 361

Re: TWebView() and Google Group Account

... was at the time just way for developers to test whether their apps would be impacted by Google blocking embedded webviews in their OAuth 2.0 authorization flows before making the block effective for everyone. You can add a query parameter to your authorization request URI to test for potential ...
by Antonio Linares
Fri Jul 01, 2022 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1607

Re: TWebView() and Google Group Account

hi seem a Problem made by Google ... https://developers.googleblog.com/2021/06/upcoming-security-changes-to-googles-oauth-2.0-authorization-endpoint.html on Github there are more Comments ... and some Idea (not tested) :idea: https://github.com/MicrosoftEdge/WebView2Feedback/issues/1647
by Jimmy
Wed Jun 29, 2022 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1607

Re: JSON with HTTPS: post

... Error: getaddrinfo ENOTFOUND theirsite.force.com Request Headers Authorization: Basic YWRzc3lzOnBhc3N3b3Jk User-Agent: PostmanRuntime/7.26.8 Accept: */* Cache-Control: no-cache Postman-Token: a82c29b4-cc27-421a-8513-62bf4466823e ...
by Antonio Linares
Tue May 24, 2022 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 1977

Re: Facturacion TicketBai

... 1.0" --header "eus-bizkaia-n3-content-type: application/xml" --header "eus-bizkaia-n3-data:'+cJson+'" --header "authorization: xxxxxxxxxxxxxxxxxxxx" --data-binary @'+cFileName+' https://'+cURL+' --output '+salida+' -D '+headers+' -v' ) FClose(m) //----------------------------- ...
by landaga
Wed Dec 15, 2021 7:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Facturacion TicketBai
Replies: 8
Views: 1227

Re: Web Services

... "no-cache") ohttp:SetRequestHeader("content-type", "application/json" ) ohttp:SetRequestHeader("Authorization", "Bearer &token" ) TRY ohttp:Send('&xnruc') CATCH msginfo("No Se Pudo Enviar Documento JSON","Intente ...
by Dioni
Sat May 22, 2021 6:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Services
Replies: 14
Views: 5839
Next

Return to advanced search