Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

princeoo7's avatar

API help need in laravel as it returns humans_21909=1

I am getting the following error on postman trying top post data on a live staging server api.

<script>
    document.cookie = "humans_21909=1"; document.location.reload(true)
</script>

i was getting this error on laravel 5.8 after some days but then today i uploaded the laravel 6 version code. its still the same as before. what has gone wrong ? its api so token issue shall not be their as i am trying to do a user registration.

0 likes
7 replies
princeoo7's avatar

that is the error i am getting on the postman posting form data. perfectly works on localhost. no error at all.

princeoo7's avatar

@snapey i am right now talking to hosting provider on the same. let me get back to you with an update :)

princeoo7's avatar

i when and had a conversation with the hosting team and they tested it out and it's working fine on their end. i tried testing it with mobile network and its working fine. so what exactly is going wrong ? is it on server of only network issue.

Please or to participate in this conversation.