-
```
What steps will reproduce the problem?
1. Try to make a macro that responds to anything other than POST
WebIOPi version used?
=> rev 1243
Python version used?
=> 3.2
Here's a patch to that does…
-
```
What steps will reproduce the problem?
1. Try to make a macro that responds to anything other than POST
WebIOPi version used?
=> rev 1243
Python version used?
=> 3.2
Here's a patch to that does…
-
```
What steps will reproduce the problem?
1. Try to make a macro that responds to anything other than POST
WebIOPi version used?
=> rev 1243
Python version used?
=> 3.2
Here's a patch to that does…
-
```
What steps will reproduce the problem?
1. Try to make a macro that responds to anything other than POST
WebIOPi version used?
=> rev 1243
Python version used?
=> 3.2
Here's a patch to that does…
-
https://github.com/yuvipanda/nbresuse/pull/45 restored the `/metrics` endpoint, so that JupyterLab (and other frontends) can display the metrics:
![image](https://user-images.githubusercontent.com/…
jtpio updated
3 years ago
-
Why do you return 200 HTTP code on errors? For example: when you check the validity of an email, if email is invalid "Email is invalid", you return the code GeneralError + 200. This is not RESTfull an…
-
Hello indico developers, I'm working on analytics project and would like to analyze how physicists events, i.e. conferences, influence physicists activities. To do so, I want to get list of past/futur…
-
Salut,
J'utilise un plugin homebridge qui se sert de ton outil pour récupérer les donéees. J'ai vu un autre topic à ce sujet et je n'était pas au courant des limites d'appels.
J'ai modifié ma co…
-
I would like to report an issue in page https://docs.scylladb.com//operating-scylla/rest
### Problem
This page much too short and not at all helpful. User come up with issues like https://github…
-
# 背景
信安要求所有接口不得支持`PUT/DELETE`(称它们是不安全的HTTP方法)。排查发现还真的有些`PUT`接口。
1. 为什么要使用`PUT`接口?
2. 为什么信安不让暴露PUT和DELETE接口?
# 为什么要使用`PUT`接口?
1. HTTP 语义:最初用于文件管理的操作。
2. [RESTfull(Representational State Transfe…