@atomcoder seems to work fine for me.
Post the code so we can replicate your issue.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi Guys,
I'm having a niggly issue with the Laravel HTTP Client. Im making simple GET requests to test but it seem to be returning incorrect status codes.
For example if I send a request to :
Http::get('https://www.google.com') I get a response of 200
However, if I make a request to :
Http::get('https://www.google.com/jibberish') I also get a response of 200.
This is not the expected response. Any ideas why this might be?
I've used this site to send the same HTTP requests and I get the expected bahaviour 200 & 404 status codes
Test HTTP Request Site: https://check-host.net/
Please or to participate in this conversation.