Custom header is being stripped out – Apache
I'm passing a custom X-Authorization header to my API. In my API, I'm allowing the header like so: header('Access-Control-Allow-Headers: Content-Type, Authorization, X-Requested-With, X-Authorization'); I'm checking the headers using print_r(apache_request_headers()) The only reference to X-Authorization in the response is: [access-control-request-headers] =>…