I'm adding a custom request header to my jQuery AJAX call and was wondering if there are standards / best practices to follow on specifying the name of your custom header. I see a lot of non-standard headers start with X-. Should I do something like this? Does it matter?
"X-My-Header" : "value"