zaproxy / zaproxy/zaproxy

Add support for Form enctype attribute and Button formenctype attribute

Open
#7,197 2 comments 0 reactions 1 assignee View on GitHub

@karthikuj is already working on this.

Since Jul 11, 2023.

add-on enhancement in:spider Usability
Dominant language
Java
Stars
15.8k
Forks
2.6k
Avg merge
13h 16m
Merged PRs (30d)
17

Description

Is your feature request related to a problem? Please describe.

Related to https://github.com/zaproxy/zaproxy/issues/7154.
We have added support for formmethod attributes in form buttons there, but we are missing the support of the enctype attributes in form.

Describe the solution you'd like

Encode correctly the data in forms before send it to the server to increase the compatibility with backends expecting form data in a specific format, regardless if the encoding is specified in forms or in the associated submit buttons

Describe alternatives you've considered

None. This implementation will make us closer to the specification

Screenshots

No response

Additional context

No response

Would you like to help fix this issue?
  • Yes

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.