Hi everybody,
I tried several times, to get a search form results page without success via POST. I get the search form page for response.
Here are the form content :
================================================== form #1 ==================================================
{‘action’: ‘event-chercher.php’, ‘method’: ‘post’, ‘inputs’:
[{‘type’: ‘hidden’, ‘name’: ‘textDescriptifDefault’, ‘value’: “Texte de l’événement”},
{‘type’: ‘hidden’, ‘name’: ‘textThemeDefault’, ‘value’: ‘Catégorie’},
{‘type’: ‘hidden’, ‘name’: ‘year1Default’, ‘value’: ‘Année’},
{‘type’: ‘text’, ‘name’: ‘textDescriptif’, ‘value’: “Texte de l’événement”},
{‘type’: ‘text’, ‘name’: ‘textTheme’, ‘value’: ‘Catégorie’},
{‘type’: ‘text’, ‘name’: ‘year1’, ‘value’: ‘Année’},
{‘type’: ‘text’, ‘name’: ‘year2’, ‘value’: ‘2020’},
{‘type’: ‘submit’, ‘name’: ‘buttonEnvoyer’, ‘value’: ‘Rechercher’},
{‘type’: ‘submit’, ‘name’: ‘buttonEffacer’, ‘value’: ‘Effacer’}]}
And here how I have configured Postman :
Anyone have a tip please for this one ?
Thanks a lot !