[Urgent] Where is Notehub Proxy for Notecard Web Requests Api HTTP Request Binary Data?

Using Proxy for Notecard Web Requests
JSON:

{
“event”: “a734b49d-dfff-4847-a6e5-44e1a549f680”,
“when”: 1760398034,
“file”: “_web.qo”,
“body”: {
“method”: “POST”,
“name”: “/test.log”,
“route”: “log-test-server”
},
“session”: “54c87b77-f084-4c82-a41a-1fcce8224c78”,
“best_id”: “dev:861059067897441”,
“device”: “dev:861059067897441”,
“product”: “product:com.airovtech.sglee:ht-temps”,
“app”: “app:478f9790-6636-44c6-84c8-7931915afe00”,
“received”: 1760398036.115494,
“req”: “web.post”,
“best_location_type”: “tower”,
“best_location_when”: 1760370648,
“best_lat”: 32.772538,
“best_lon”: -117.117193,
“best_location”: “San Diego California”,
“best_country”: “US”,
“best_timezone”: “America/Los_Angeles”,
“tower_when”: 1760370648,
“tower_lat”: 32.772538,
“tower_lon”: -117.117193,
“tower_country”: “US”,
“tower_location”: “San Diego California”,
“tower_timezone”: “America/Los_Angeles”,
“tower_id”: “310,260,12156,46493446”,
“status”: “success”,
“fleets”: [
“fleet:213e6ccc-a386-4a22-ae77-c9d8a40ed8d4”
]
}
Route Log:

|

201 n/a Tue 08:27:16 AM log-test-with-server {“Cache-Control”:[“no-cache, no-store, max-age=0, must-revalidate”],“Content-Disposition”:[“inline;filename=f.txt”],“Content-Type”:[“application/json;charset=UTF-8”],“Date”:[“Mon, 13 Oct 2025 23:27:16 GMT”],“Expires”:[“0”],“Pragma”:[“no-cache”],“Server”:[“Apache/2.4.58 (Ubuntu)”],“X-Content-Type-Options”:[“nosniff”],“X-Frame-Options”:[“DENY”],“X-Xss-Protection”:[“1; mode=block”]}

Web Log:
Headers:

host: myUrl

user-agent: BluesNotehub/1.0

access-control-allow-origin: *

content-type: application/json

accept-encoding: gzip

x-forwarded-for: 216.245.146.5

x-forwarded-host: myUrl

x-forwarded-server: myUrl

content-length: 4157

connection: Keep-Alive

Parameters:

Body:

But I cannot found data from proxy, How can i get binary data at server?

Hey @scavoj,

With all Notehub routes, including proxy routes, your data will be available in the body of the POST request. I’d try double checking how you access the body from your server.

You might also want to try temporarily pointing your proxy route at a https://webhook.site endpoint so you can make sure Notecard / Notehub are forwarding everything correctly.

TJ