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

GitlabCIClient: add credentials: include to fetch #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matchaxnb
Copy link

This is because sometimes you don't use the same URL for backend and frontend.
We use a CDN for the frontend and the backend lives in its own domain so
without this patch the XHR requests are sent unauthenticated and thus don't work.

With that, all is fine. :)

This is because sometimes you don't use the same URL for backend and frontend.
We use a CDN for the frontend and the backend lives in its own domain so
without this patch the XHR requests are sent unauthenticated and thus don't work.

With that, all is fine.

Signed-off-by: Matcha @sennder <[email protected]>
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.

None yet

1 participant