Skip to content

Commit 306d387

Browse files
authored
Merge pull request #13663 from za/patch-2
Update authorizing-oauth-apps.md
2 parents c9c4bd1 + 79fb103 commit 306d387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@ subdirectory of the callback URL.
298298

299299
The optional `redirect_uri` parameter can also be used for localhost URLs. If the application specifies a localhost URL and a port, then after authorizing the application users will be redirected to the provided URL and port. The `redirect_uri` does not need to match the port specified in the callback url for the app.
300300

301-
For the `http://localhost/path` callback URL, you can use this `redirect_uri`:
301+
For the `http://127.0.0.1/path` callback URL, you can use this `redirect_uri`:
302302

303303
```
304-
http://localhost:1234/path
304+
http://127.0.0.1:1234/path
305305
```
306306

307307
## Creating multiple tokens for OAuth Apps

0 commit comments

Comments
 (0)