I am bit new to angular I am trying to do a http post for my login button for sending data to asp.net webapi application. But every time I see there is a pre flight check done with a call http options . I am read some articles mention option verb comes only if its other than get or post.
But not sure why I am getting this for http post. Any idea why? Howbit could be stopped?
Any help on this would be much appreciated. Thanks in advance