-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
38 additions
and
37 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
docs/pages/tutorials/advanced/proxyauth/curl-proxy-basic-auth.sh
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
hoverctl mode -t remote capture | ||
hoverctl -t remote mode capture | ||
curl --proxy http://my-user:[email protected]:8555 http://ip.jsontest.com | ||
hoverctl mode -t remote simulate | ||
hoverctl -t remote mode simulate | ||
curl --proxy http://my-user:[email protected]:8555 http://ip.jsontest.com |
4 changes: 1 addition & 3 deletions
4
docs/pages/tutorials/advanced/proxyauth/hoverfly-start-proxy-auth.sh
This file contains 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 |
---|---|---|
@@ -1,3 +1 @@ | ||
hoverctl start --auth \ | ||
--admin-port 8880 \ | ||
--proxy-port 8555 | ||
hoverctl start --auth |
This file contains 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
4 changes: 2 additions & 2 deletions
4
docs/pages/tutorials/advanced/remotehoverfly/curl-proxy-remote-hoverfly.sh
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
hoverctl mode -t remote capture | ||
hoverctl -t remote mode capture | ||
curl --proxy http://hoverfly.example.com:8555 http://ip.jsontest.com | ||
hoverctl mode -t remote simulate | ||
hoverctl -t remote mode simulate | ||
curl --proxy http://hoverfly.example.com:8555 http://ip.jsontest.com |
This file contains 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