Wilson
TTypebot
•Created by Wilson on 3/13/2024 in #help-and-questions
HTTP Request Form-data param
Hi every Body ,
I access an ERP and get information from there, using postman all works fine.
I am trying convert the request to HTTP Request.
The dificulty that I am facing is , I dont ( know how ) find the parameters that correspond to the CURL:
curl --location 'https://myerp.com.br/api/funcaodaapi/' \
--form 'token="sdfhlkasjdhflkajsdhfkljashdfkjahskdjf"' \
--form 'app="appname"' \
--form 'cpfcnpj="11122233344455"' \
--form 'senha="password"' \
--form 'contrato="123"'
If someone knows how to configure in the HTTP Request will help me a lot.
Thank you in advance.
Best regards
Wilson
5 replies