Skip to content

request.post() ignores blank values #1765

Closed
@Dexus77

Description

Long story short

This is an old problem, which was previously fixed, returned again.

web_request.py

out.extend( parse_qsl( data.rstrip().decode(charset), encoding=charset))
out.extend( parse_qsl( data.rstrip().decode(charset), encoding=charset, keep_blank_values=True))

Expected behaviour

Actual behaviour

Steps to reproduce

Your environment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions