Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
100
rated 0 times [  105] [ 5]  / answers: 1 / hits: 32594  / 11 Years ago, sat, january 4, 2014, 12:00:00

I have the web application where the frontend is in ExtJS and backend is in PHP.



The forms are build in Extjs and its making PUT and POST request to server for saving data.



The josn data is posted like this



{id:101,description:user1,active:true}


Now for debugging i would like to directly call this URL in browser so that i can use var_dump for helpful messages.



As the request is AJAX by Extjs , so its very difficult to see messages through firebug.



Is there any way to make this request from browser and see response in rendred html.



I don't want to make form.


More From » php

 Answers
37

If you are using Google Chrome you can use the Postman Extension. It allows you to send pretty much any type of data and see the results.


[#73378] Friday, January 3, 2014, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
quentinaveryb

Total Points: 102
Total Questions: 100
Total Answers: 93

Location: Colombia
Member since Mon, May 2, 2022
2 Years ago
quentinaveryb questions
Thu, Aug 6, 20, 00:00, 4 Years ago
Fri, Jul 17, 20, 00:00, 4 Years ago
Mon, Aug 12, 19, 00:00, 5 Years ago
;