problem in reconnected signalr

indradaman sharma
indrada...
Participant
116 Points
14 Posts

When Ever my signalr trying to reconnect this error occur.

Due to fail of reconnect all error occur.

XMLHttpRequest cannot load https://api.eforexindia.com/signalr/negotiate?clientProtocol=1.5&TokenID=1Wm…&connectionData=%5B%7B%22name%22%3A%22currencyhub%22%7D%5D&_=1452170542008. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://192.168.16.154:8136' is therefore not allowed access. The response had HTTP status code 503.
Views: 9829
Total Answered: 1
Total Marked As Answer: 1
Posted On: 07-Jan-2016 05:52

Share:   fb twitter linkedin
Answers
Rahul Maurya
Rahul M...
Teacher
4822 Points
23 Posts
         

Hi Indradaman,

Welcome to NiceOneCode!

This error shows that there is CORS (Cross Origin Resource Sharing) issues. Check for the owin package for signalr.

And the response had HTTP status code 503 means request time out ie resource not available.

Posted On: 07-Jan-2016 06:30
 Log In to Chat