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

CSharp Handle values with slashes #303

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

parvinrendon
Copy link

Doing "Split path at / into segments" as the first step to handle values with slashes "/".

Append "\n" instead of using AppendLine, so it matches AWSSignerHelper.BuildStringToSign()

…ues with slashes "/".

Append "\n" instead of using AppendLine, so it matches AWSSignerHelper.BuildStringToSign()
@smargoli2
Copy link

I noticed this issue as well! The unit tests do not pass because the generated strings do not match.

@parvinrendon
Copy link
Author

I noticed this issue as well! The unit tests do not pass because the generated strings do not match.

Which unit test did not pass? TestExtractCanonicalURIParameters_UrlSegmentsWithSlash?
The unit test worked fine for me and I was able to do the API call for the example that originated this

image

@parvinrendon
Copy link
Author

@smargoli2 👋

@smargoli2
Copy link

I tried to find it but could not remember which one it was, maybe I'll come back to this later...Sorry.

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

2 participants