cancel
Showing results for 
Search instead for 
Did you mean: 

Sending files over webservice - binary data in HTTP request

Anonymous
Not applicable
Hi, Has any of you sent files from Blue Prism to an external endpoint using HTTP request (post)? I was wondering how to attach binary data to HTTP request using Utilty - HTTP object. Any ideas? Thanks Arek
10 REPLIES 10

naveed_raza
Level 6

it purely depend on the API structure, some APIs takes multipart/form-data, some takes in JSON body with filename and file content as binary data for which you have convert into base64.

you can check in postman application and do the testing and based on that you can act in blueprism