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

[5.8] Fix incorrect HTTP OPTION verb #29827

Closed
wants to merge 1 commit into from
Closed

[5.8] Fix incorrect HTTP OPTION verb #29827

wants to merge 1 commit into from

Conversation

nhedger
Copy link
Contributor

@nhedger nhedger commented Sep 2, 2019

Hey there,

As I was testing a new app I'm working on, I stumbled across the option and optionJson methods in Illuminate\Foundation\Testing\Concerns\MakesHttpRequests. I had weird exceptions so I decided to dig a little.

I believe a mistake was introduced in #29258 because the HTTP OPTION method does not exist but the OPTIONS one does.

For reference : https://tools.ietf.org/html/rfc7231#section-4

@nhedger nhedger changed the title Fix incorrect HTTP OPTION verb [5.8] Fix incorrect HTTP OPTION verb Sep 2, 2019
@driesvints
Copy link
Member

This will break applications currently using this. Please send this to the 6.0 or master branch.

@driesvints driesvints closed this Sep 2, 2019
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