HTTPS Post Type Error with urequests
-
Hi,
Im trying to get urequests to post to an HTTPS address but i keep getting a type error when i try to put in the url: "TypeError: function takes 2 positional arguments but 4 were given" But there is nothing special about the url, its just a string or set of characters, and i have no problems connecting to it using the standard python requests library in windows. any suggestions?
Thanks,