sessions in ajax request
-
I have an API, when I call it from my PHP script, it creates new session data. I want to call API with my same session data. I used wp_remote_post function to call my api.
I cannot hack into API so I need to make changes in my script where I am requesting.
Shall I pass any additional parameter to wp_remote_post function or please suggest any another method I can use to call my API.
Thanks and regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘sessions in ajax request’ is closed to new replies.