-
Recently @vkuznet implemented support of x509-scitokens [1] and SSO [2] for cmsweb frontend. Both of them relies on using Flask+WSGI for cmsweb. Also @vkuznet presented concurrency studies [3] which s…
-
Starting a discussion around what integration for Gunicorn would look like, and also discuss if it's needed.
Today, we already have integrations with web frameworks directly (e.g. flask) as well as…
-
### Description
When a parameter in the request URL contains a new line character encoded as %0A in the URL, connexion framework issues an erro 500.
Ex: POST http://127.0.0.1:8000/greeting/e%0Aric
…
-
### Description
When I try to run a command from serverless-wsgi, it is throwing an error from lift.
```
sls -s dev wsgi manage --command "migrate"
Error -----------------------------------…
-
I want to setup fastapi-admin with sqlalchemy orm.
I googled but got articles for fastapi-admin with tortoise orm only.
Can we set up it using sqlalchemy.
Or any other solution for the same that ho…
-
Looks like gae limitation
```
Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengin…
-
WSGI support has been removed at Tornado 6 which has broken `rosie disco`.
https://github.com/tornadoweb/tornado/issues/2792
~Need to fix the issue or pin tornado to
-
We're having some issues at the moment, where running Flask via the Starlette WSGIMiddleware ends up [dropping the Body](https://github.com/pallets/werkzeug/blob/e89c0f85f1a43b4d8519573454c6a897ab6a18…
-
## Reference
- https://www.youtube.com/watch?v=WqrCnVAkLIo
### Follow the requests
- django로 된 app application server를 실행시키려면 아래와 같은 명령어를 사용한다.
~~~bash
$ gunicorn --workers=2 mydjangoapp.wsgi
…
-
### My actions before raising this issue
Manually solved issue by setting 'Origin' header
### Expected Behaviour
HTTP_ORIGIN request header to contain the 'cvat' network adders or IP when usi…