Support the ongoing development of Laravel.io →
posted 8 years ago
Requests
  • Laravel Version: 5.3.29
  • PHP Version: 7.0 / 7.1.0
  • Database Driver & Version: mariaDB 10.0.24

Description:

I just change the hosting provider where the app was running without any issue (PHP 5.6) and I noticed that sending a POST request with:

$('form#queryForm').serialize()
"from=express&user_id=wzJ6v357mE23&exam=&last_vaccine=23%2F06%2F2016&last_desp=&appealling=1&dieta=&temp=&pv=&fc=&fr=&mucosas=&mental=&remarks="

the request()->all() has and additional field q

array:15 [
  "from" => "express"
  "user_id" => "wzJ6v357mE23"
  "exam" => ""
  "last_vaccine" => "23/06/2016"
  "last_desp" => ""
  "appealling" => "1"
  "dieta" => ""
  "temp" => ""
  "pv" => ""
  "fc" => ""
  "fr" => ""
  "mucosas" => ""
  "mental" => ""
  "remarks" => ""
  "q" => "/histories/storeExpress/y2X8YpoN7woL"
]

Any clue?

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Ricardo ricardo Joined 19 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.