Again on the urlproxy feature

Hi men,
does the urlproxy feature support http POST requests?

I’m trying with a RESTClient, tomcat gives me a “HTTP Status 405 - HTTP method POST is not supported by this URL”.
Meanwhile the GET method works.

If the POST is forbidden, what’s the best practice to handle a POST request starting from a client and targeting a URL accessible only from the gateway?
Thank you
Q

It looks like the URL proxy only implements GET. I believe its original purpose was just for proxying webcam streams for the streaming component, so it’s not that surprising.

I don’t have a handy workaround to give you, but maybe someone else can chime in with an idea…

Is it a java-coded Ignition limit, or is it possible to reconfigure the underlying Tomcat someway?
The GET mode has obvious message maximum size limits, so it’s not so helpful in my situation.
Thank you