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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<!-- ALL-CONTRIBUTORS-BADGE:END -->
7
7
8
8
It provides a simple Grafana 7.x panel that shows only one button - to integrate with any kind of HTTP/REST API:
9
-
* Support `GET`and `POST` HTTP verb
9
+
* Support `GET`, `POST`, `PUT`, `PATCH`and `DELETE` HTTP verb
10
10
* Adds no new javascript dependencies
11
11
* Uses standard browser APIs and respects CORS
12
12
* Optional text payload for `POST` requests via syntax-highlighiting editor
@@ -38,7 +38,7 @@ Due to the Grafana API & security restrictions in modern browsers the following
38
38
* Neither username nor password are stored encryted in Grafana.
39
39
The password is there to everyone with access to the dashboard in Grafana!
40
40
* The *server* at the URL _must_ provide proper resposne to the [CORS pre-flight request](https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request). That is:
41
-
* Provide a proper response to the `OPTIONS` request performed by the browser before the actual `GET`/`POST` requiest is issued
41
+
* Provide a proper response to the `OPTIONS` request performed by the browser before the actual `GET`/`POST`/`PUT`/`PATCH`/`DELETE` request is issued
42
42
* Provide a [`Access-Control-Allow-Credentials: true`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials) header
43
43
* Provide a proper [`Access-Control-Allow-Origin`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin) header.
44
44
_No wildcards_ are allowed if credentials are used!
0 commit comments