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 DELETE URL problem #3195

Closed
wants to merge 3 commits into from
Closed

Fix DELETE URL problem #3195

wants to merge 3 commits into from

Commits on Apr 6, 2024

  1. Update http_server.go

    This PR addresses a problem with DELETE (missing FQDN, discussed here #3177) and fixes some CORS issues, which prevented this client to operate properly in trickle-ICE mode https://github.com/Eyevinn/whip
    neilyoung committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c7497bb View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update http_server.go

    Added NGINX detection in order to provide the proper scheme
    neilyoung committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    abe2c91 View commit details
    Browse the repository at this point in the history
  2. Update http_server.go

    An even easier approach to solve this problem after discussion
    neilyoung committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2cec9d7 View commit details
    Browse the repository at this point in the history