I have very simple mvc/c# and have a controller e.g. https://www.abc.com/webAPI/
And accept parameter like https://www.abc.com/webAPI/100
And now i have a website called https://www.xyz.com and I want to write a Ajax codes called ‘https//www.abc.com/webAPI/120
Will it has any cross domain issue? I tried to use
www.abc.ocm/webAPI/ as my end point for multiple websites.