How do I get the entire raw HTTP request in HandleURL?

In an R2021r1.1 Web service (not using Xojo Web pages or sessions) i’m trying to get the entire request. How is that done? Request.entity seems to be out of action.

https://documentation.xojo.com/api/web/webrequest.html#webrequest-body per chance?

It doesn’t look like WebRequest has a raw data property :confused:
https://documentation.xojo.com/api/web/webrequest.html

Doesn’t contain the headers which I suppose may be iterated through but there’s also strange request.entity documentation which states Xojo’s parsing might not catch everything. I would like the lot.

It seems like you’ll need to file a ticket.

Certainly seems that way Tim, I’ll do it tomorrow when I get a chance: request.raw

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.