Hi together,
we have a powerpage site with page which receives parameters via get and does something with them. This works up to the point, we place more than 2048 bytes in the querystring. The response from the portal is really a 404 and when i shorten the queryparameters, it works perfectly.
This is not an issue of the requesting browser. Chrome allows 2MB for requests and such a request also fails in postman for example.
This really smells like the problem. We are about to raise a ticket for that, but maybe there is someone out there who faced the same issue :-) .
Has anybody ancountered the same problems? Is there any sitesetting or something in any admincenter to raise that limit? Is that really the problem?
I could overcome this problem may be via using a post request, but then i would have to dig into the issue, how to read postparameters in liquid :-)
Many thanks for any hint on this,
Christian