Topic: Post dictionary using pycurl or urllib
Is there any way in python to POST a dictionary to an url as a dictionary itself not a as a string. While using pycurl I can only send it as a string, if I try to send as a dictionary it is giving error.
Community of Helpful Python Developers. Our Python forum is filled with tips, tricks and developers waiting to help.
You are not logged in. Please login or register.
Is there any way in python to POST a dictionary to an url as a dictionary itself not a as a string. While using pycurl I can only send it as a string, if I try to send as a dictionary it is giving error.