I have converted PDF File into byte array and then that bytes into base64 string, I am trying to post some dynamic variables along with this base64 string in the body of the http request POST method, but then it is trying to post partial body excluding other details which is causing the bad request error. I would like to know any other ways to post the same, PS. the converted base64string is giving empty in message box but it is giving the details if I type into to notepad.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Is there a specific way to send pdf as base64 string in a http post request? | 5 | 5430 | January 11, 2021 | |
How to send base64 file content as Body in HTTP post request | 6 | 4666 | March 25, 2023 | |
HTTP Request POST image issue | 13 | 187 | August 6, 2024 | |
HTTP Rest API Base64 File Encode/Decode | 8 | 7694 | June 1, 2022 | |
HTTP Request can´t send file as Body | 3 | 3617 | September 5, 2019 |