Skip to content

Conversation

epels
Copy link
Contributor

@epels epels commented Sep 28, 2018

Before, we relied on a server side hack (X-HTTP-Method-Override
header) to allow PATCH requests - which is normally not supported.
This is however something we'd like to avoid. Therefore we now use
reflection to make HttpURLConnection accept PATCH requests.

Before, we relied on a server side hack (X-HTTP-Method-Override
header) to allow PATCH requests - which is normally not supported.
This is however something we'd like to avoid. Therefore we now use
reflection to make HttpURLConnection accept PATCH requests.
@epels
Copy link
Contributor Author

epels commented Oct 1, 2018

@dysosmus Great suggestions, thanks! I've resolved them.

@epels epels changed the base branch from v2_staging to master October 1, 2018 09:22
@dysosmus dysosmus merged commit 8bb69dc into master Oct 1, 2018
@epels epels deleted the add-patch-httpurlconnection branch October 1, 2018 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants