How to test REST API using Chrome's extension “Advanced Rest Client”

后端 未结 8 1127
我寻月下人不归
我寻月下人不归 2020-12-04 08:28

Following the instructions at the link below, I successfully built a REST API for my Django application: http://django-rest-framework.org/tutorial/quickstart.

I can

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 08:49

    With latest ARC for GET request with authentication need to add a raw header named Authorization:authtoken.

    Please find the screen shot Get request with authentication and query params

    To add Query param click on drop down arrow on left side of URL box.

提交回复
热议问题