-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unexpected Content-Transfer-Encoding
header for some multipart data
#181
Labels
Type: bug
Something isn't working.
Comments
derevnjuk
changed the title
Unexpected "Content-Transfer-Encoding: base64" header for some multipart data
Unexpected Feb 17, 2023
Content-Transfer-Encoding
header for some multipart data
derevnjuk
added
Type: bug
Something isn't working.
and removed
Type: enhancement
New feature or request.
labels
Feb 17, 2023
@pmstss we can get rid of this header entirely due to https://www.rfc-editor.org/rfc/rfc7578#section-4.7 |
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 24, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 28, 2023
derevnjuk
added a commit
that referenced
this issue
Feb 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Multipart form-data default parameter value
test
is treated asbase64
encodedSteps to reproduce
Pass the
my-schema.yaml
(see below) to theoas2har
as follows:my-schema.yaml
Actual result
Multipart form data in HAR entry
postData
containsContent-Transfer-Encoding: base64
header:Expected result
Additional info
Detection is performed by
^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$
regular expression, that leads to false positives for some plain strings.The text was updated successfully, but these errors were encountered: