How to send Bytes using RestSharp to api

Hello guys, how to send Bytes using restsharp to javascript backend api? thank you this example picture is not working
No description
3 Replies
victormongi
victormongiOP2y ago
for example I just want to send this from c# to backend api
No description
mindhardt
mindhardt2y ago
This picture is not base64, it's HEX
victormongi
victormongiOP2y ago
Solve, by using Buffer.from(buff, 'base64')
No description

Did you find this page helpful?