Parsing the guts of a rest request

is there a way to receive the entire url, when a function is called via the rest server? obviously, in the tool that must not be named, we could parse the request in the On Web Connection db method. i need to be able to receive GET requests from a third party, with fields that do not include the ?params= syntax

Hello Mikey!

The only way to do so in beta6 is to use $params, but I will move this topic to ideas section!

i should have kept this and the thread on the url scheme together, because it turns out that the problem is bigger than just ?params=.