Skip to content

Commit d5e693f

Browse files
committed
remove duplicate auth
1 parent 2b506bc commit d5e693f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ All requests are pre-processed and validated. This section outlines how we handl
4545
4646
Possible error codes are `required` and `invalid`.
4747
48-
### Authentication
49-
All methods need to authenticate who you are. Before spawning browser workers and deleting a worker for example. Authentication is done using your username and the BrowserStack access key within the HTTP request. For example:
50-
51-
$ curl -u "username:access_key" https://api.browserstack.com/4
52-
53-
> A `401 Unauthorized` response is given if an unauthorized request is made.
54-
5548
### HTTP Verbs
5649
The API is kept concise and simple by making use of relevant HTTP verbs on each requests. The specifications for these are vague and their use within this API is specific but in general we follow the following rules:
5750

0 commit comments

Comments
 (0)