Hi,
I want create some push notifications tile, but when I want send URI to server I gets response: 'Method Not Allowed'. (another url work)
Piotr,
It sounds like your server does not like the method being used (POST?). What do your server logs say? It should note the error. You can also use fiddler to see what is happening. http://blogs.msdn.com/b/fiddler/archive/2011/09/14/fiddler-and-windows-8-metro-style-applications-https-and-private-network-capabilities.aspx
-Jeff
Thanks Jeff,
I forgot to change for 'GET' and when i saw this message I thing about something like function and no about type of sending. Now it's work :)