Sample request/response for discovery endpoint.
forever-programmer opened this issue · 2 comments
forever-programmer commented
Hi,
Can I get a sample request/response for the /discovery endpoint. Also I'd like to know about the signing of request for other gdpr requests. Are we expecting some HMAC type algo to do this? Is signing mandatory?
bhox commented
Hey @forever-programmer there is an example request and reply in the spec here: https://github.com/opengdpr/opengdpr/blob/master/OpenGDPR_specification.md#6-opengdpr-discovery
forever-programmer commented
Thanks a lot! Thats what I needed.