Skip to content

Request.SetPostData() and GetPostData don't work. All strings are expected to be byte strings. #228

@stanfea

Description

@stanfea

Can't seem to get SetPostData() to work, should accept a list or a dict:

>> from cefpython3 import cefpython
>>> req = cefpython.Request.CreateRequest()
>>> req.SetPostData([])
Segmentation fault (core dumped)

Python 2.7.11+
cefpython 31.2-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions