Skip to content

docs(autofill-credentials): Add warning about hostname and apis #214

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/main/guides/autofill-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ const config: CapacitorConfig = {
};
```

:::note
If you intend to make network requests to an API on the same domain, you must use a subdomain for the API, otherwise your network request will be routed locally to the native app. `api.my-app.com` will work, `my-app.com/api` will not
:::

## Configuration for iOS

### Configuration in XCode
Expand Down