How install httpie and send POST request through terminal

$ pip install httpie

$ http -f POST http://127.0.0.1:8000/login/ imei=123 mac=987

Comments

Popular posts from this blog

AttributeError: Got AttributeError when attempting to get a value for field `abc` on serializer `PfleSerializer`. The serializer field might be named incorrectly and not match any attribute or key on the `QuerySet` instance. Original exception text was: 'QuerySet' object has no attribute 'abc'.

ImportError: No module named regex