-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
For a browser request :
http://localhost/stable300/index.php/apps/app_api/proxy/openproject-nextcloud-app/projects/demo-project/settings/project_storages/new?utf8=%E2%9C%93&storages_project_storage%5Bstorage_id%5D=2&button=
Through the proxy the storage_id seems to be stripped.
logs in proxy
ver': ('127.0.0.1', 9030), 'client': ('127.0.0.1', 37524), 'scheme': 'http', 'root_path': '', 'headers': '<...>', 'state': {},
'method': 'GET',
'path': '/projects/demo-project/settings/project_storages/new',
'raw_path': b'/projects/demo-project/settings/project_storages/new',
'query_string': **b'storages_project_storage%5B%5D=2&utf8=%E2%9C%93&button='}**
Expected:
'query_string': **b'storages_project_storage%5Bstorage_id%5D=2&utf8=%E2%9C%93&button='
Actual:
'query_string': **b'storages_project_storage%5B%5D=2&utf8=%E2%9C%93&button='
Environment:
app_api version 3.2.0
nextcloud version 30.0.0 rc4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working