C
C#13mo ago
victormongi

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
victormongiOP13mo ago
for example I just want to send this from c# to backend api
No description
mindhardt
mindhardt13mo ago
This picture is not base64, it's HEX
victormongi
victormongiOP13mo ago
Solve, by using Buffer.from(buff, 'base64')
No description

Did you find this page helpful?