I use the REST API.
But i want to get user auth on the xenforo app. On another web page. The cookie are share between the subdomain
Currently I have this
	
	
	
		
				
			But i want to get user auth on the xenforo app. On another web page. The cookie are share between the subdomain
Currently I have this
		PHP:
	
	$client->request('GET', 'https://forum.elenox.net/api/me', [
            'headers' => [
                'XF-Api-Key' => '....',
                'XF-Api-User' => 'WITH COOKIE ? GET ACCOUNT'
            ]
        ]);
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
 
		 
 
		 
 
		