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
See #91 as an example
After running the cURL command and receiving the payload in the Node.js app, the PDF differs and does not show the original contents.
typescript/inbound
npm i
npm run dev
curl --location 'https://api.hookdeck.com/2023-07-01/connections' \ -X PUT \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer YOUR_PROJECT_API_KEY' \ --data '{ "name": "binary-test-connection", "source": { "name": "binary-test" }, "destination": { "name": "cli-binary-test", "cli_path": "/upload" } }'
hookdeck listen 3030 binary-test
curl --location 'YOUR_HOOKDECK_URL' \ --form 'pdf=@"example-files/test.pdf"'
test.pdf
/uploads
The text was updated successfully, but these errors were encountered:
@leggetter thanks for raising this issue.
Sorry, something went wrong.
No branches or pull requests
See #91 as an example
After running the cURL command and receiving the payload in the Node.js app, the PDF differs and does not show the original contents.
To replicate
typescript/inbound
npm i
npm run dev
hookdeck listen 3030 binary-test
test.pdf
- it has text contents. Look in/uploads
for the uploaded PDF and view it. The text contents will be missing.The text was updated successfully, but these errors were encountered: