-
Notifications
You must be signed in to change notification settings - Fork 34
Use HTTP protocol properly #514
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
Comments
php-coder
added a commit
that referenced
this issue
Dec 27, 2016
…URL variable. /account/activate/key/{key} -> /account/activate?key={key} Addressed to #514 No functional changes.
4 tasks
php-coder
added a commit
that referenced
this issue
Dec 27, 2016
…of URL variable. /series/add/category/{slug} -> /series/add?category={slug} /series/add/country/{slug} -> /series/add?country={slug} Now it's also possible to specify both category and country in URL: /series/add?category={slug}&country={slug} Addressed to #514 No functional changes.
php-coder
added a commit
that referenced
this issue
Dec 27, 2016
Addressed to #514 No functional changes.
php-coder
added a commit
that referenced
this issue
Dec 27, 2016
Because 401 must have WWW-Authenticate header. Addressed to #514 No functional changes.
bodom91
pushed a commit
to bodom91/mystamps
that referenced
this issue
Aug 2, 2017
…URL variable. /account/activate/key/{key} -> /account/activate?key={key} Addressed to php-coder#514 No functional changes.
bodom91
pushed a commit
to bodom91/mystamps
that referenced
this issue
Aug 2, 2017
Addressed to php-coder#514 No functional changes.
bodom91
pushed a commit
to bodom91/mystamps
that referenced
this issue
Aug 2, 2017
Because 401 must have WWW-Authenticate header. Addressed to php-coder#514 No functional changes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
/account/activate/key/{key}
->/account/activate?key={key}
/series/add/category/{slug}
->/series/add?category={slug}
/series/add/country/{slug}
->/series/add?country={slug}
WWW-Authenticate
headerInspired by article (in Russian): https://habrahabr.ru/company/yandex/blog/265569/
The text was updated successfully, but these errors were encountered: