Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch request method is not respected on iOS #163

Open
edeckers opened this issue Aug 23, 2021 · 0 comments
Open

Fetch request method is not respected on iOS #163

edeckers opened this issue Aug 23, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest iOS
Projects

Comments

@edeckers
Copy link
Owner

Describe the bug
Same issue as #158, but for download instead of upload.

The provided request method (HTTP verb) is not respected on iOS.

To Reproduce
Steps to reproduce the behavior:

  1. Start a download from an iOS device with any method but GET
  2. Check the access logs of the server and notice that regardless of the chosen method, data is received as a GET message

Expected behavior
The provided request method is used in the iOS code base, so the second reproduction step will show the actual chosen method.

Smartphone (please complete the following information):

  • Device: all iOS
  • OS: all iOS
  • Browser: not applicable
  • Version: all
@edeckers edeckers added bug Something isn't working good first issue Good for newcomers hacktoberfest iOS labels Aug 23, 2021
@edeckers edeckers added this to Backlog in Planned Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest iOS
Projects
Planned
  
Backlog
Development

No branches or pull requests

1 participant