spring-cloud-gateway-sample icon indicating copy to clipboard operation
spring-cloud-gateway-sample copied to clipboard

URL Cleanup

Open spring-operator opened this issue 5 years ago • 0 comments

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

Fixed URLs

Fixed Success

These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

  • [ ] http://httpbin.org with 6 occurrences migrated to:
    https://httpbin.org (https result 200).
  • [ ] http://httpbin.org/get with 2 occurrences migrated to:
    https://httpbin.org/get (https result 200).

Ignored

These URLs were intentionally ignored.

  • http://localhost with 1 occurrences

spring-operator avatar Mar 20 '19 20:03 spring-operator