mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #575] Safari showing error as 404 #377
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#377
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kiran4991 on GitHub (Feb 12, 2020).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/575
We have developed our own authorization sever, I added its authorizeUrl in my code and tried to redirect on that URL using the given options (i.e. webview, SFSafariViewController, Safari browser). But I am still getting an issue going from authorizeUrl to landing page as 404
**404. That’s an error.
The requested URL /auth/login was not found on this server. That’s all we know.**
This is my code
OAuth Provider. - OAuth2
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
11.x (Swift 5.1)
10.x (Swift 5.0)
10.x (Swift 4.1)
9.3 (Swift 4.1)
9.0 (Swift 4.0)
other: (Please fill in the version you are using.)
objective c
@phimage commented on GitHub (Feb 12, 2020):
I you have access to the server, you can look at access log or error log
see the request done to your server and why the server send 404
if you receive anything "UsingOAuthSwiftPod://oauth/callback" ? did your application defined this scheme? as describe in the readme
@kiran4991 commented on GitHub (Feb 12, 2020):
Yes I set url scheme for the same at server side and client side also. https://devservices.qpathways.com/auth/oauth/authorize
This url is hit properly on chrome browser from externally (for testing purpose). but when I hit the same url from safari, I am getting an above error
@phimage commented on GitHub (Jul 11, 2020):
no more information and no message since month, I close