Closed overstartup closed 3 years ago
Use HttpClient.PostAsync
instead. One more thing why you didn't use OC APIs in users module
HttpClient.PostAsync
i used it, i have same issue.
One more thing why you didn't use OC APIs in users module
How can i use it?
i thin it needs to add some CORS headers. i don't know what i should add.
Probably you are missing an IgnoreAntiForgeryToken
attribute on the controller / method.
Probably you are missing an IgnoreAntiForgeryToken
May be
@deanmarcussen @hishamco thank alot for your help. yes it needs IgnoreAntiForgeryToken . it works now
I have a module to Handel register users from Xamarin. It works fine by get, but it doesn't work by post methods.
i get this return:
i have this code in xamarin side:
and this is in orchard core side: