Skip to content
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

[Issue #3788] Include protocol when defining CDN_URL #3789

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

mdragon
Copy link
Collaborator

@mdragon mdragon commented Feb 6, 2025

Summary

Fixes #3788

Time to review: 1 mins

Changes proposed

The links in the API need to include the protocol, at the terraform level we transition from domain name to URL without adding the protocol, so injecting it there seems like the most logical place.

Context for reviewers

URLs were missing a protocol, so the browser interprets them as a relative URL in the FE and other API consumers would have needed to know to add an https://

@mdragon mdragon requested a review from chouinar February 6, 2025 15:22
@mdragon mdragon merged commit 0eb736c into main Feb 6, 2025
6 checks passed
@mdragon mdragon deleted the mdragon/3788-tweak-cdn-url branch February 6, 2025 15:26
DavidDudas-Intuitial pushed a commit that referenced this pull request Feb 7, 2025
## Summary
Fixes #3788 

### Time to review: __1 mins__

## Changes proposed
The links in the API need to include the protocol, at the terraform
level we transition from domain name to URL without adding the protocol,
so injecting it there seems like the most logical place.

## Context for reviewers
URLs were missing a protocol, so the browser interprets them as a
relative URL in the FE and other API consumers would have needed to know
to add an https://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CDN URL needs full protocol
2 participants