Other people can get secure information via the HTTP header and use it against client application.
I am looking for way to decrese HTTP header parameters by altering the configuration.
Other people can get secure information via the HTTP header and use it against client application.
I am looking for way to decrese HTTP header parameters by altering the configuration.
There’s not enough info here to give you any meaningful advice. Some questions:
If you care about security, you need to use HTTPS. I get the feeling that you’re using the term HTTP in the general sense, that is, all your requests are actually running over HTTPS. Is that correct?
Are you trying to change this behaviour on the system as a whole? Or just within your app?
If it’s just your app, what API are you using?
What headers are added by that API that you consider to be problematic?
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"