-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support using Proxy for ServiceNow URL #97
Comments
I haven't had to deal with a proxy before. Is this just a requirement to support |
you need to use it on every Invoke-RestMethod or Invoke-Webrequest call. There are some parameters that need to be provided.
I think its a bit tricky to implement this if you dont have any environment using a proxy. I just fixed it for me personal use with a dirty hack ;) but its nothing i can push here. |
Would probably be best to force that functionality into I'll leave this open and see what can be done. I've needed to set some time aside for another round of updates anyway. Busy couple months coming up though. Thanks for the request. |
I would love for this feature to be added please. |
Hi ,
i just want to query the Status i see an already open "fork" #7 for my Question but it was never commited since ~ 1 year.
Any Chance this feature will be inserted ?
I have to provide a Proxy with credentials or at least Parameter DefaultCredentials to Invoke-RestMethod.
Cheers
Markus
The text was updated successfully, but these errors were encountered: