@TrollDecker @impiaaa you need to know the POST parameter, then hand a dictionary to urlencode() which you hand in as data argument: data=urlencode({'param': jsondata})
I think