FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update proxy settings to use dashed in params by adriaandotcom · Pull Request #101 · browserstack/browserstack-local-nodejs · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 2 additions & 2 deletions README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ To use a proxy for local testing -
* proxyPass: Password for USERNAME, will be ignored if USERNAME is empty or not specified

```js
bs_local_args = { 'key': '<browserstack-accesskey>', 'proxyHost': '127.0.0.1', 'proxyPort': '8000', 'proxyUser': 'user', 'proxyPass': 'password' }
bs_local_args = { 'key': '<browserstack-accesskey>', 'local-proxy-host': '127.0.0.1', 'local-proxy-port': '8000', 'local-proxy-user': 'user', 'local-proxy-pass': 'password' }
```

#### Local Proxy
Expand All @@ -92,7 +92,7 @@ To use local proxy in local testing -
* localProxyPass: Password for USERNAME, will be ignored if USERNAME is empty or not specified

```
bs_local_args = { 'key': '<browserstack-accesskey>', 'localProxyHost': '127.0.0.1', 'localProxyPort': '8000', 'localProxyUser': 'user', 'localProxyPass': 'password' }
bs_local_args = { 'key': '<browserstack-accesskey>', 'local-proxy-host': '127.0.0.1', 'local-proxy-port': '8000', 'local-proxy-user': 'user', 'local-proxy-pass': 'password' }
```

#### PAC (Proxy Auto-Configuration)
Expand Down

Back | FazBrowse Home | New Git URL