angularjs - 404 Page not found while handling GET/POST request -


i'm working on tracker application front end angular js , using asp.net web api get/post requests handling. faced lot of issues related cors , after lot of googling... solved issue , app working in localhost... when deployed iis in server...it again raised cors issue , have solved too.. i'm facing 404 page not found get/post requests..

request url:http://xxx.xx.xx.xx:55555/api/cr/ request method:get status code:404 not found remote address:15.85.199.199:8088

response headers

access-control-allow-origin:* connection:keep-alive content-length:1245 content-type:text/html date:tue, 08 nov 2016 07:44:23 gmt proxy-connection:keep-alive server:microsoft-iis/7.5 request headers view source accept:application/json, text/plain, / accept-encoding:gzip, deflate, sdch accept-language:en-us,en;q=0.8 cache-control:max-age=0 host:199.228.105.24:55555 origin:http://evil.com/ proxy-connection:keep-alive user-agent:mozilla/5.0 (windows nt 6.3; win64; x64) applewebkit/537.36 (khtml, gecko) chrome/54.0.2840.71 safari/537.36


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -