You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, today I identified the presence of the underscore/underline character (_) in the header keys and this is prohibited in several stricter load balancers / reverse proxies, for example, Oracle's Load Balancer returns the error "Backend x.x.x.x returned invalid header"
Files:
1 - output/Headers.php
1.1 - header( sprintf( 'X-QM-%s-%s: %s', $id, $key, $value ) ); // replace from _ to - in $id and $key
Hello, today I identified the presence of the underscore/underline character (_) in the header keys and this is prohibited in several stricter load balancers / reverse proxies, for example, Oracle's Load Balancer returns the error "Backend x.x.x.x returned invalid header"
Files:
1 - output/Headers.php
2 - assets/query-monitor.js
The text was updated successfully, but these errors were encountered: