Hi,
I send a custom data in web request but when i search in python why i get an error, it says that the sent data is sent as bytes and not string and therefore cannot execute the get command.
How can i fix not to send string instead of bytes?