Can’t use casesensitive GET or POST variable names

I cant use casesensitive get or post variable names …
issue2.mp4 (1.3 MB)

This is a limitation for GET variables only, as they are later used on the page as custom HTML attributes, and they have to be lowercase.

You can use lower and upper case for POST or Session variable names.

Screenshot_53

Hello !

Is this behavior supposed to be specific to only App Connect ? Server Connect too ?

I stumbled today on a case where the webhook I was listening to with Server Connect, was sending GET parameters with upper case… And got stuck until I figured out I could force POST parameters in the webhook config of my app.
But I’m wondering what would happen if I didn’t have that flexibility ? :slight_smile:

EDIT : Forcing uppercase in the server connect file seems to work so far.