You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs.openc3.com/docs/development/json-api.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This document provides the information necessary for external applications to in
16
16
The HTTP Authorization request header contains the credentials to authenticate a user agent with a server, usually, but not necessarily, after the server has responded with a 401 Unauthorized status and the WWW-Authenticate header.
17
17
18
18
```
19
-
Authorization: <token/password>
19
+
Authorization: <token>
20
20
```
21
21
22
22
## JSON-RPC 2.0
@@ -117,5 +117,16 @@ If developing an interface for the JSON API from another language, the best way
117
117
You can also try sending these raw commands from the terminal with a program like `curl`:
Note that you will need a valid session token in the `Authorization` header to access the JSON API. You can retrieve one either by logging in via your browser and copying the value of `localStorage.openc3Token` in the dev tools console, or also with `curl`:
0 commit comments