Enterprise: Difference between revisions
imported>Bobvanderlinden No edit summary |
imported>Bobvanderlinden No edit summary |
||
| Line 28: | Line 28: | ||
=== fetchurl === | === fetchurl === | ||
<code>fetchurl</code> is used to retrieve HTTP resources, but is also used by <code>fetchFromGithub</code>. For private resources this will usually result in an error like the following: | <code>fetchurl</code> is used to retrieve HTTP(S) resources, but is also used by <code>fetchFromGithub</code>. For private resources this will usually result in an error like the following: | ||
curl: (22) The requested URL returned error: 401 Unauthorized | curl: (22) The requested URL returned error: 401 Unauthorized | ||