Ivan Ivanovski

Results 7 comments of Ivan Ivanovski

Sure, I get it. All right, I will make a pull request once I make my changes. I will try to add a parameter for this.

Hi, Thanks for answering. Yes, that is correct, on the server it is a GET not a POST. It is set to https, http is not allowed by Apple. Thank...

Sure here it is. ``` add_action( 'rest_api_init', function() { register_rest_route( 'api', '/applelogin', array( 'methods' => 'GET', 'callback' => 'applelogin', 'permission_callback' => function() { return true; } )); }); function applelogin($data)...

Hi, Here are screenshots of the setup. Hope this helps.

Hi, That is weird. Something must have happened with the setup. Can you please try with [https://www.myanatomyka.com/wp-json/api/applelogin](https://www.myanatomyka.com/wp-json/api/applelogin) It is still setup as GET, do you want me to change it...