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

fix(webrtc): expose ice servers on cors requests #2479

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

sainak
Copy link
Contributor

@sainak sainak commented Oct 8, 2023

The link header was getting ignored by browser fetch as it was not exposed by Access-Control-Expose-Headers

fixes #2480

the link header was getting ignored by browser fetch as it was not exposed by Access-Control-Expose-Headers
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #2479 (e4c07d1) into main (8a633d2) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2479      +/-   ##
==========================================
- Coverage   61.46%   61.44%   -0.03%     
==========================================
  Files         133      133              
  Lines       14896    14897       +1     
==========================================
- Hits         9156     9153       -3     
- Misses       5053     5056       +3     
- Partials      687      688       +1     
Files Coverage Δ
internal/core/webrtc_http_server.go 57.94% <100.00%> (+0.19%) ⬆️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

aler9 added a commit to bluenviron/gortsplib that referenced this pull request Oct 9, 2023
@aler9 aler9 merged commit 1873329 into bluenviron:main Oct 9, 2023
@aler9
Copy link
Member

aler9 commented Oct 9, 2023

merged, thanks!

@sainak sainak deleted the fix/cors-iceservers branch October 9, 2023 16:40
@sainak sainak restored the fix/cors-iceservers branch October 9, 2023 16:40
@sainak sainak deleted the fix/cors-iceservers branch October 9, 2023 16:40
@aler9
Copy link
Member

aler9 commented Oct 15, 2023

added in v1.2.0

@github-actions github-actions bot locked and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to get ice servers from API due to CORS
2 participants