A header to indicate existence of Personal Identifiable Information (PII) in HTTP API #3
sdatspun2
started this conversation in
Ideas for HTTP API Specifications
Replies: 1 comment
-
I think this could be helpful as long as the header is an assertion that the message is free of PII. We can't rely on the absence of the header to indicate anything. I also wonder whether it would be worth being able to add a qualifier if there is sensitive content. At Microsoft we distinguish between "End User Identifiable Information" and "Organization Identifiable Information". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What does the WG think about needing a distinct header to indicate existence of Personal Identifiable Information (PII) in request (and response) of HTTP API? Such a header would be useful in order to route requests to tokenize (or detokenize) such payload to special purpose proxies from intermediaries like API gateway. Without it, every request (or response) would need to be parsed and inspected for PII in order to tokenization /detokenize.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions