Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit e170277

Browse files
authored
Update README.md
1 parent 674820e commit e170277

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ You need to use credentials to connect your website to Service-Now.
1414
(You have to create a generic account if possible or use a normal account. Here we used an account from a developper instance from Service-Now.)
1515

1616
```php
17-
$SNClient = new ServiceNowClient($instance, $username, $password);
17+
$proxy = ""; //if you don't use proxy :)
18+
$SNClient = new ServiceNowClient($instance, $username, $password, $proxy);
1819
```
1920

2021
Here, we verify that we can login on Service-Now and we display all number of first 10 incidents ! (see parameters on

0 commit comments

Comments
 (0)