-
**Steps to reproduce**
_docker run -p 8888:8888 kinto/kinto-server_
Running kinto 14.0.1.dev0.
Request
```
GET /v1/permissions?_since=6148&_token= HTTP/1.1
Host: 127.0.0.1:8888
```
Response
…
-
Hello,
i updated the SSL fingerprints but still get a HTTPS Error 503.
Serial Monitor:
```
HTTPS begin...
HTTPS GET...
HTTPS GET... code: 503
Wait a few seconds before next round...
```
…
-
We are simultaneously using two versions of the `http` crate. Since then many dependencies has been updated, maybe we no longer need to.
vigoo updated
4 months ago
-
## 📚 Documentation
The link "https://pytorch.org/docs/stable/dynamo/get-started.html" is missing. I discovered this link on the [Get Started](https://pytorch.org/get-started/pytorch-2.0/#final-thou…
-
[x_http_get](https://github.com/iftechfoundation/ifdb/blob/5384a02fabe004070afe9e9067c01d3d13193394/www/util.php#L2936) is a custom HTTP getter. It interacts with sockets directly, and only supports H…
-
JTable is a very nice project. Thanks to all to share it.
Anyway, the data are retrieved using a HTTP POST method but the params are encoded inside the URL as a HTTP GET request. That is an error and …
-
I have detected that **POST requests** redirected from HTTP to HTTPS **are converted to GET requests**.
Redirections are ordered by Apache webserver with [_Redirect_ directive](http://httpd.apache.or…
-
I have a working django-desktop served over nginx as a proxy server and uvicorn as the asgi app server.
I installed it through pip.
Everything works, but the Logout button from the app. The logo…
-
-
```
What steps will reproduce the problem?
I am generating Request Token with the following Code :
protected void processRequest(HttpServletRequest request, HttpServletResponse
response)
…