Hi,
We want to setup a virtual endpoint to be able to transform a binary file (uploaded through a PUT HTTP request). But when checking the value of the body in the virtual function (where the binary is supposed to be), we get something like (see below). Where is the content of the binary file?
“{\n "id": "65ef77e1-f10c-43fa-8686-7c3d97474f3d",\n "values": [\n {\n "key": "mgmtUrl",\n "value": "http://localhost:8081",\n "enabled": true\n },\n {\n "key": "urlTyk",\n "value": "http://localhost:8081",\n "enabled": true\n }\n ],\n "name": "My Workspace Globals",\n "_postman_variable_scope": "globals"\n}”