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: http-server must ignore the query part #3

Merged
merged 2 commits into from
Jul 23, 2021
Merged

Conversation

Eun
Copy link
Owner

@Eun Eun commented Jul 23, 2021

Description

Problem

When requesting a path that has a query parameter, such as /index.html?hello=world the server returns a 404.

Solution

Ignore the query part.

Checklist

  • The title starts either with feat:, fix:, or chore:
    • feat should be used if this pull request implements a new feature
    • fix should be used if this pull request fixes a bug
    • chore should be used for maintenance changes

@github-actions github-actions bot added the fix label Jul 23, 2021
@Eun Eun merged commit f40b4de into master Jul 23, 2021
@Eun Eun deleted the fix-ignore-query-param branch July 23, 2021 07:18
tts-sdrissen added a commit to tts-sdrissen/http-server-action that referenced this pull request Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant