37

Spend 5 hours debugging why my curl request in PHP was giving 302 status code, and why my postman was giving 200 for the same request.
Then after crying a lot, I realized the URL was wrong in PHP.
*I totally want to smack my head on the wall*

Comments
  • 6
    Ouch, sometimes it’s best to have a break. The amount of times I’ve spent an hour trying to work out what’s wring only to have a cup of tea and I spot it in 2 seconds!
  • 1
    This sort of thing is a weekly occurrence for me 😅
Add Comment