httpful
httpful copied to clipboard
How I Can retrieve HTTP RESPONSE CODE
Hi , when i recive responde of rest service , how I can validate http responde code of this recipe?
have you tried this?
echo $response->code;
Regards, Stephan