This message was deleted.
# general
s
This message was deleted.
j
Hi there - to clarify, the change that we should expect when downloading is a 301 redirect to GitHub?
Copy code
> curl -i <https://services.gradle.org/distributions/gradle-5.5-bin.zip>
HTTP/1.1 301 Moved Permanently
Date: Thu, 09 Nov 2023 16:28:27 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Thu, 09 Nov 2023 17:28:27 GMT
Location: <https://github.com/gradle/gradle-distributions/releases/download/v5.5.0/gradle-5.5-bin.zip>
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Server: cloudflare
CF-RAY: 82376dd2a91f7d2f-LAX
l
Yes, there was always a 301. The new one takes you to GH. You should keep using
<http://services.gradle.org|services.gradle.org>
as the entry point so that you are not impacted by potential future implementation changes.
j
Gotcha, thanks for the response. Do you know the previous location of the redirect?
l
Yes 🙂
😂 1
It was to
<http://downloads.gradle.org|downloads.gradle.org>
j
Only reason I ask is my company has locked down network egress rules, so we started getting failures when it changed (we must have allowed the previous endpoint).
l
Fully understood. This is why we announced it and announced the two previous trials we ran.
j
Yeah I’m not complaining, we were pulling from an outside location we don’t control, so changes happen.