- Issue created by @solideogloria
Parameter names containing an underscore do not work.
API_KEYcurl -H "API_KEY: {API key goes here}" https://site.example.com$request->headersAdd validation to the parameter name field to prevent using the underscore character, as well as any others that shouldn't be used.
If underscore should be allowed and work, then figure out why it isn't working.
Active
2.1
Code