Revisiones de RESTClient, a debugger for RESTful web services.
RESTClient, a debugger for RESTful web services. por Chao ZHOU
Se valoró con 5 de 5
Edit: Its working now. Content-Type header was missing, tho it worked fine with curl
POST request aint sending any data, the post object is empty. Im using codeigniter 3 with php 5.6 running on a local (127.0.0.1) xampp 5.6.11 server. Old extension worked just right.
POST request aint sending any data, the post object is empty. Im using codeigniter 3 with php 5.6 running on a local (127.0.0.1) xampp 5.6.11 server. Old extension worked just right.
Respuesta del desarrollador
publicado el hace 3 añosIf you want to send a POST with form data, you need to add content-type manually.