Web API multi form body
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-01-25 01:24 PM
I have to consume an API for multi form body. I am using http request multipart with file metadata and fieldmeta collections but getting 403 error
Please refer below pic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-01-25 09:38 PM
In fact we need more informations to help you.
Can you use postman for example to execute your api ?
If yes can you send us a screenshot with the parameters that you put in postman and then we can make the same template with Blue Prism
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-01-25 07:27 AM
Thank you for the help.
Please refer postman request details, header is bearer token
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-01-25 07:28 AM
File type is excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-01-25 05:41 PM - edited 24-01-25 05:43 PM
Hi @omkarinamake12 ,
please download this VBO for multipartform
https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http
use this action below :
then here add these parameters :
for FileMetaData and FieldMetaData provide this :
Content Type = application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
try it and let us know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-01-25 04:42 AM
Thank you for help.
However I am getting status code 403
Error as request unsuccessful. Incapsula Incident Id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-01-25 06:59 PM
Can i see the headers ?
You can put a Bold Line on confidential informations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-01-25 07:49 AM
Header is only authorisation token,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-01-25 06:59 PM
You mean the authorization is the same bearer token ?
If yes try to remove from the input parameters the bearer token and try it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-01-25 11:05 AM
Yes, I have tried but getting same 403 error
