Philippe Fremy (IDEMIA)
Philippe Fremy (IDEMIA)
I'll have a look but I believe this is way above my level of skills. I don't know the python bytecode, and I have never written or used grammars/parsers.
This would be convenient indeed!
I have use for that change too Or any way to provide implicitely user credentials for some url, in the same principle as is done with "source"
Python file to reproduce the server side : ``` from base64 import b64decode from http.server import HTTPServer, BaseHTTPRequestHandler class MyRequestHandler(BaseHTTPRequestHandler): def do_GET(self): print(self.headers) if 'Authorization' in self.headers: print('Decoding header for...
You can also push the workaround. As ugly as it seems, it actually works and I don't see any drawbacks so far in using it
Hi Good one. Can you propopose a pull request please ? Thanks, Philippe