We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I import the curl code into the HTTP request node, the generated result is incomplete.
curl --location --request POST 'https://aip.baidubce.com/rest/2.0/ocr/v1/idcard?access_token=g8twCmCbr6d0e0kqOBL2t' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Accept: application/json' \ --data-urlencode 'id_card_side=front' \ --data-urlencode 'image=/9j/4AAQSkZJRgABAQEBLAEsAAD/tN+dMR//9k=' \ --data-urlencode 'detect_ps=false' \ --data-urlencode 'detect_risk=false' \ --data-urlencode 'detect_quality=false' \ --data-urlencode 'detect_photo=false' \ --data-urlencode 'detect_card=false' \ --data-urlencode 'detect_direction=false'
The POST data fields should be complete; otherwise, they need to be created manually, which can be somewhat cumbersome.
n8n cloud
1.73.1
20.18.0
SQLite (default)
main (default)
The text was updated successfully, but these errors were encountered:
Hey @xhzkp,
We have created an internal ticket to look into this which we will be tracking as "N8N-8015"
Sorry, something went wrong.
No branches or pull requests
Bug Description
When I import the curl code into the HTTP request node, the generated result is incomplete.
bug.mp4
To Reproduce
Expected behavior
The POST data fields should be complete; otherwise, they need to be created manually, which can be somewhat cumbersome.
Operating System
n8n cloud
n8n Version
1.73.1
Node.js Version
20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: