Search found 31 matches: autentication

Return to advanced search

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' or a 'Date' header. Authorization=allow indicates that the resource pat...
by Marc Venken
Fri Oct 28, 2022 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 380

Re: Autentication issue with cUrl

Houston... 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 ...
by Marc Venken
Fri Oct 28, 2022 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 380

Re: Autentication issue with cUrl

I'm also interested in having a working test sample
by Silvio.Falconi
Fri Oct 28, 2022 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 380

Autentication issue with cUrl

In some sites I can retrieve webdata with this : cLink = "https://site/api/v2/products/"+alltrim(cCode)+"?search=sku&token=token" MsgRun( cLink, "READING FORUM PAGE", { || uResponse := WebPageContents( cLink, .t. ) } ) Now the new site is giving a : "message&qu...
by Marc Venken
Fri Oct 28, 2022 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 380

Invio Dati Tessera Sanitaria x 730

... che inviano i dati al server con HEADER HTTP (almeno credo) Le spiegazioni del fisco dicono: ***************************** Esposizione in BASIC AUTENTICATION, esplicitata nell’header HTTP (username:password in BASE64): POST https://wscoop.sanita.finanze.it/invioTSS730pWSMtomWeb/InvioTelematicoSS730pMtomPort ...
by Romeo
Mon Jan 09, 2017 5:11 pm
 
Forum: All products support
Topic: Invio Dati Tessera Sanitaria x 730
Replies: 1
Views: 2167

Re: autentication via Finger print or Face

It seems as you are not linking TGRFINGER
by Antonio Linares
Tue Sep 20, 2016 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477

Re: autentication via Finger print or Face

Antonio: Thank you for your reply. Now I'm getting a linker error: ┌────────────────────────────────────────────────────────────────────────────┐│ FiveWin for Harbour 16.06 - Jun.  2016          Harbour development power  │▄│ (c) FiveTech 1993-2016 for Microsoft Windows 9X/NT/200X/ME/XP/Vist...
by HunterEC
Mon Sep 19, 2016 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477

Re: autentication via Finger print or Face

This one works with Nitgen SDK, for Hamster finger readers (http://www.nitgen.com.br/produtos/18-fingkey-hamster-dx) Must install the Driver and the SDK. I use this kind of finger reader for a long time a I never had problem with it. cDedo := Hamster_PegaDedo()// Save cDedo in da foldercFnam...
by ariston.ap
Fri Sep 16, 2016 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477

Re: autentication via Finger print or Face

Gustavo,

Please replace ISBLOCK with HB_ISBLOCK and ISNIL with HB_ISNIL
by Antonio Linares
Wed Sep 14, 2016 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477

Re: autentication via Finger print or Face

Guys: I'm getting the following compile errors: Harbour 3.2.0dev (r1601050904)Copyright (c) 1999-2015, http://harbour-project.org/Compiling '.\XHBGRFINGER.PRG'...Lines 2013, Functions/Procedures 45Generating C source output to 'obj\XHBGRFINGER.c'... Done.    c:\Borland\bcc7\bin\bcc32...
by HunterEC
Wed Sep 14, 2016 5:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477

Re: autentication via Finger print or Face

Talvez, maybe: #include "FiveWin.ch"STATIC xLibFunction Main()   Local contextId,Ret   // lChDir("C:\Arquivos de programas\Griaule\GrFinger 4.1 FREE\bin")   xLib := LoadLibrary( "GrFingerX.dll" )   Ret:=GrInitialize()   // ? ret   contextId:=0   ...
by karinha
Tue Sep 06, 2016 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477

Re: autentication via Finger print or Face

João. Olhe ai que se quer passa da compilação.
by marca
Tue Sep 06, 2016 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477

Re: autentication via Finger print or Face

Marca, você incorporou a DLL da Griaule?

Marca, you entered the DLL Griaule?
by karinha
Mon Sep 05, 2016 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477

Re: autentication via Finger print or Face

With Harbour 3.4 these errors Warning W8065 Source\\xhbGrFinger.prg 556: Call to function 'ISBLOCK' with no prototype in function _hb_GetParamCbCopyWarning W8065 Source\\xhbGrFinger.prg 563: Call to function 'ISNIL' with no prototype in function _hb_GetParamCopyWarning W8075 Source\\xhbGrFinger.prg...
by marca
Mon Sep 05, 2016 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477

Re: autentication via Finger print or Face

Hola

No consigo que lea la huella. Donde se le indica el modelo de lector por favor ?
by elvira
Tue Sep 09, 2014 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autentication via Finger print or Face
Replies: 19
Views: 7477
Next

Return to advanced search