microsoft / microsoft/WindowsAppSDK
[Notification][WNS] have a way to register into WNS throught a proxy (get channel URI)
Open
Nobody has claimed this yet.
area-Notifications
feature proposal
- Dominant language
- C++
- Stars
- 4.7k
- Forks
- 471
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 28
Description
Proposal: Give a way to use default proxy or to give proxy information to register into WNS (to generate channel URI)
Summary
Today, to register into WNS (to get channel URI), a direct connection seems to be mandatory.
With a valid channel, all is working fine behind proxy
It could be great to let channel registration using a proxy to be able to use WNS notification behind corporate proxy
Rationale
- First, this kind of feature is mandatory to let large company use WNS
- Second, it's more secure to let proxified connection manage it rather than direct connections
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.