Dears,
hope u r all fine
I am just asking about how to retreive data from an http post call from ajax and is this a valid data parameters string ?
data: {
page:"",
limit: "", text: "", gemeinde: [""], strasse:"", hausnummer: "", verwaltungsbezirk: "", verwaltungsregion: "",
bewertung: [""], vertrag: "true", rrb:"false",
intersect_schutzobjekte: "true",lower_baujahr: "", upper_baujahr: ""
},
because i am getting a bad request error
and btw gemeinde: [""] should be a one or more entry or zero entry like an array
and how to deal with the response of such call if succeded ??
many thanks :)