Skip to content
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