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

后端 未结 8 1128
我寻月下人不归
我寻月下人不归 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 09:01

    The shortcut format generally used for basic auth is http://username:password@example.com/path. You will also want to include the accept header in the request.

    enter image description here

提交回复
热议问题