Skip to content

4310 gdpr #362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 16, 2018
Merged

4310 gdpr #362

merged 13 commits into from
Apr 16, 2018

Conversation

mediumTaj
Copy link
Contributor

@mediumTaj mediumTaj commented Apr 10, 2018

Summary

Support for custom request headers and response headers in customData object.

The Unity SDK has always had an optional Dictionary<string, object> in the call for users to pass data and references around. We are leveraging this to send custom request headers. Custom response headers can be referenced in the callback via the same customData Dictionary.

For Websockets, I had to add some support for custom request headers and response headers. I forked the WebSocket-Sharp library here and added the DLL to the Unity SDK. I also changed the namespace from WebSocketSharp to UnitySDK.WebSocketSharp per #334.

@mediumTaj
Copy link
Contributor Author

@mamoonraja This is ready for review when you get a chance!

@mediumTaj mediumTaj requested a review from kimberlysiva April 13, 2018 23:48
@mediumTaj
Copy link
Contributor Author

@kimberlysiva Tagging you in this PR as well to make sure nothing is broken because of changes in websocket-sharp!

@mediumTaj mediumTaj merged commit 45f47a1 into develop Apr 16, 2018
@mediumTaj mediumTaj deleted the 4310-gdpr branch April 16, 2018 16:20
This was referenced Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants