ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
483 stars 80 forks source link

Doesn't work with cloudflare #30

Closed androidacy-user closed 3 months ago

androidacy-user commented 3 years ago

Cloudflare will complain no host header was sent if it isn't specified

rhysjtevans commented 3 years ago

@unixandria-xda Did you manage to work around it? Having the same problem here

androidacy-user commented 3 years ago

@unixandria-xda Did you manage to work around it? Having the same problem here

No, I ended up cURLing the json directly

ezbz commented 3 years ago

@androidacy did you try adding the host header to the HTTP request and see if it solves the problem?