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: invalid character in header on Windows #2491

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

Conversation

szymonrybczak
Copy link
Collaborator

@szymonrybczak szymonrybczak commented Aug 30, 2024

Summary:

Fixes #2279
Fixes #2449

Some paths to current working directory contains characters that are invalid for header inside the request specifically on Windows - by wrapping path inside URL() class we're sure that characters are correctly coded.

Checklist

  • Documentation is up to date to reflect these changes.
  • Follows commit message convention described in CONTRIBUTING.md

@szymonrybczak szymonrybczak force-pushed the fix/invalid-character-in-header branch 2 times, most recently from 57c2180 to 92507c8 Compare August 30, 2024 12:08
@szymonrybczak szymonrybczak force-pushed the fix/invalid-character-in-header branch from 92507c8 to d3f7d77 Compare August 30, 2024 12:12
@szymonrybczak szymonrybczak changed the title fix: invalid character in header on Window fix: invalid character in header on Windows Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant