Skip to content

PostData<T> does not work correctly except in string case #1800

@godefroi

Description

@godefroi

In es-net 2.0.0-rc1, I have found that using PostData<T> in various scenarios resulted in odd content being posted, as verified by Wireshark. I can update this issue tomorrow with the specific examples of the data, but the only scenario that I could verify as working is the PostData<string> case. When the type is a serializable type or byte[], the correct data is not posted to the server. I did not try the IEnumerable<T> cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions