-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chave da API com % #210
Comments
Boa tarde... |
Tentei também sem sucesso. Posso te enviar o projeto teste? |
Anexa aqui o exemplo... mas como eu falei... como está a documentação dessa api? como fez no postman? |
*No Insomnia *eu passo o parâmetro como Query Param.
https://api.sieg.com/api/Certificado/Registrar?api_key=qyqt%2bcK6YbRxxjbJHAIm1A%3d%3d
*No Rest Debugger* do Delphi funciona, coloco como parâmetro, (imagem
abaixo).
[image: image.png]
Segue projeto.
https://drive.google.com/drive/folders/1QRWhdX6Rbn2L1Co5p5FqYOC3bZP2pKHF?usp=sharing
Obrigado.
Em qua., 12 de jun. de 2024 às 08:47, Vinicius Sanchez <
***@***.***> escreveu:
… Anexa aqui o exemplo... mas como eu falei... como está a documentação
dessa api? como fez no postman?
—
Reply to this email directly, view it on GitHub
<#210 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILCGQC453KPH4QRMM4ECQTZHAYMBAVCNFSM6AAAAABJE7EEGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRSHAYDKNBRGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
A imagem não veio.. e o link está sem permissão de acesso. |
você tem e-mail pessoal?
Em qua., 12 de jun. de 2024 às 10:37, Vinicius Sanchez <
***@***.***> escreveu:
… A imagem não veio.. e o link está sem permissão de acesso.
—
Reply to this email directly, view it on GitHub
<#210 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILCGQEIF6FHPOITRLJTLYLZHBFK5AVCNFSM6AAAAABJE7EEGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRTGAZTGMZSGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Segue link novamente
https://drive.google.com/drive/folders/1QRWhdX6Rbn2L1Co5p5FqYOC3bZP2pKHF?usp=sharing
Imagem anexa do RestDebugger.
Em qua., 12 de jun. de 2024 às 10:37, Vinicius Sanchez <
***@***.***> escreveu:
… A imagem não veio.. e o link está sem permissão de acesso.
—
Reply to this email directly, view it on GitHub
<#210 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILCGQEIF6FHPOITRLJTLYLZHBFK5AVCNFSM6AAAAABJE7EEGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRTGAZTGMZSGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Vinícius, desculpa. Conseguiu reproduzir? |
Vinícus,
Não consigo validar a chave da API que estou tentando consumir, provavelmente por a mesma conter o caracter '%'.
Não tenho a opção do [DonotEncode] como tenho no RestClient do Delphi.
TRequest.New.BaseURL('URL')
.AddParam('api_key', 'qyqt%2bcK6abcRxxjbJHAImdf%3d%3d', pkGETorPOST)
.ContentType('application/json')
.AddBody('{"name":"Vinicius"}')
.Post;
Pode ser isso?
Grato.
P.S. : No Rest Debugger funciona, colocando a opção do DoNotEncode.
The text was updated successfully, but these errors were encountered: