Hello all,
I’m seeking assistance with a challenge involving sending an Excel file (.xlsx) via API. While I’ve successfully attached it to the binary body in Postman without encountering any issues,
I consistently face HTTP status 500 or 400 errors when attempting the same in UiPath using HTTP requests.
Can anyone offer guidance on resolving this issue? Your help would be greatly appreciated. Thank you
In Postman, I’ve successfully attached it to the binary body in Postman without encountering any issues
In UiPath, I consistently face HTTP status 500 or 400 errors when attempting the same in UiPath using HTTP requests
Thank @ashokkarale and @muktadir
I encountered the issue HTTP status 405 errors when attempting to use attachment property.
Could you please provide me a sample of it?
I think it’s the Body Format which is resulting in this issue. Change it to multipart/form-data and it should work if other arguments and attachment file paths passed correctly.