Steve Carton

Results 3 comments of Steve Carton
trafficstars

Specifically, around line 614 in tika.py: m = hashlib.md5() Replace with m = hashlib.new('MD5', userforsecurity=False)

Well, it looks like a stream of data :) When I plug the URL into the test site, it renders fine. and I can tweak the headers on the response...

FYI - I got around this for now by overriding the follow-redirects library version in my package.json: "overrides": { "http-server": { "http-proxy": { "follow-redirects": "^1.15.5" } } },