Sat, 05/26/2018 - 02:14
#1
header validity in python
The code output claims that there is a character or leading space in the
raise InvalidHeader("Invalid return character or leading space in header: %s" % name) requests.exceptions.InvalidHeader: Invalid return character or leading space in header: Authorization
Who knows how to solve this error? Please need urgent help. With ruby, the script is actually working but I prefer using python to ruby.