I have a project with 2 assemblies: one WebUI and the other one is WebAPI.
I have a html form in web project in which it sends request to web api. In web api config file, I registered my web site and no cors problem occurs.
Every thing was fine until i switched my site to https.
now all my jquery is not sending any request to web api.whats more in WebApiConfig files I registered my https web site too. All jquery request are blocked with this error:
And Also all jquery files that request to web api are inside https site and are not external.