So I am doing a POST web scenario but i need to upload an image on there. The only way to do that is through multipart-data , but everytime I try to put binary data, Zabbix truncates it.
Is there a way to support Binary data on post?
For example
Is there a way to support Binary data on post?
For example
-----------------------------17975421684912715801874305992
Content-Disposition: form-data; name="file1"; filename="solid_color.gif"
Content-Type: image/gif
GIF89aXX€\
Content-Disposition: form-data; name="file1"; filename="solid_color.gif"
Content-Type: image/gif
GIF89aXX€\
Comment