github.com/cs3org/reva/v2@v2.27.7/changelog/2.7.3_2022-08-09/enhancement-app-provider-form-instead-query.md (about) 1 Enhancement: app provider http endpoint uses Form instead of Query 2 3 We've improved the http endpoint now uses the Form instead of Query 4 to also support `application/x-www-form-urlencoded` parameters on 5 the app provider http endpoint. 6 7 https://github.com/cs3org/reva/pull/3098