issues
search
nextcloud
/
app_api
Nextcloud AppAPI
https://apps.nextcloud.com/apps/app_api
GNU Affero General Public License v3.0
81
stars
7
forks
source link
ExApp proxy adjustments and fixes
#296
Closed
andrey18106
closed
5 months ago
andrey18106
commented
5 months ago
This PR made a few changes to ExApp proxy:
Fix Get requests proxy to preserve the url params
Add pass of cookies to the ExApp with request
Fixes Proxy work with multipart requests and files using separate internal version of requestToExApp with slightly adjusted handling of query and body params
Remove default caching for json requests
This PR made a few changes to ExApp proxy: