in reply to LWP: transfer from Python to Perl
data=''; data = json.dumps(data).encode('utf-8') headers = {'__atts' : ajax_atts, '__ath' : ajax_ath, '__atcrv' : aja +x_atcrv } req = urllib.request.Request(url2) req.data = data; req.headers = headers; f = urllib.request.urlopen(req)
|
|---|