setupConnection(); if ($API_inserve->request_method === 'GET') { if ($_GET['action'] = 'auth/me') { # This api call, when called from the frontend will not be forwarding to a url. $API_inserve->return_url = false; $auth = $API_inserve->authMe(); http_response_code($API_inserve->httpCode); } }