Skip to content

HttpRequest::getBody() is empty for IE XMLHttpRequest #124

Description

@tius2000

IE seems to sends XMLHttpRequest as two TCP packets (see https://josephscott.org/archives/2009/08/xmlhttprequest-xhr-uses-multiple-packets-for-http-post). I could verify this for a simple request with IE11 on a win7 box using wireshark.

However, this seems to confuse Sming, it will report an empty request body. The webserver seems to handle fragmented packets not correctly.

A possible workaround might be to use GET instead of POST.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions