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
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
24-01-25 07:27 AM
Hi @Mohamad_747
Thank you for the help.
Please refer postman request details, header is bearer token
24-01-25 07:28 AM
File type is excel
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
27-01-25 04:42 AM
Hi @Mohamad_747
Thank you for help.
However I am getting status code 403
Error as request unsuccessful. Incapsula Incident Id
27-01-25 06:59 PM
Can i see the headers ?
You can put a Bold Line on confidential informations
28-01-25 07:49 AM
Header is only authorisation token,
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.
29-01-25 11:05 AM
Yes, I have tried but getting same 403 error