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:

  1. Fix Get requests proxy to preserve the url params
  2. Add pass of cookies to the ExApp with request
  3. Fixes Proxy work with multipart requests and files using separate internal version of requestToExApp with slightly adjusted handling of query and body params
  4. Remove default caching for json requests