Skip to content

Commit 019487d

Browse files
author
Robin Zoň
authored
Update README.md
1 parent 37a17ab commit 019487d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This proxy script allows you to forward all HTTP/HTTPS requests to another serve
1010
* (Optional) Add **Proxy-Debug** header for debug mode
1111

1212
## Example
13-
Proxy script is at http://www.foo.bar. I want to make a GET request to https://www.github.com. My auth token is default, I want the debug mode.
13+
Proxy script is at http://www.foo.bar/proxy.php. I want to execute a GET request to https://www.github.com. The auth token is default one, using debug mode.
1414

1515
```php
16-
$request = curl_init('http://www.foo.bar');
16+
$request = curl_init('http://www.foo.bar/proxy.php');
1717

1818
curl_setopt($request, CURLOPT_HTTPHEADER, array(
1919
'Proxy-Auth: Bj5pnZEX6DkcG6Nz6AjDUT1bvcGRVhRaXDuKDX9CjsEs2',

0 commit comments

Comments
 (0)