-
Notifications
You must be signed in to change notification settings - Fork 48
This is due to a limitation imposed by Microsoft on the underlying StreamSocketListener (http://stackoverflow.com/questions/32665847/cannot-connect-to-streamsocketlistener).
The only calls accepted are ones from the network, or calls from the same process (see HeadedDemo).
In the Package.appxmanifest
of your project, under the capabilities, make sure you have the following Capabilities enabled:
- Internet (Client)
- Internet (Client & Server)
- Private Networks (Client & Server)
At the moment the StreamSocketListener in windows universal does not support SSL, so for now it is out of scope. We would love to have SSL support, so if you have any ideas, feel free to add it to the existing issue: https://github.com/tomkuijsten/restup/issues/31.
See this issue for the reason why this is not supported: https://github.com/tomkuijsten/restup/issues/61
No we don't as json and xml are the most commonly used types.