- Issue created by @solideogloria
Parameter names containing an underscore do not work.
API_KEY
curl -H "API_KEY: {API key goes here}" https://site.example.com
$request->headers
Add 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