summaryrefslogtreecommitdiffhomepage
path: root/doc/forum/support_for_https_proxy__63__/comment_1_e09730934629688660cc71df5bb464cd._comment
blob: 399f072bcca59aa4d5b7aad95aa3aeaad77c1103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2020-08-20T17:25:45Z"
 content="""
Well, debug-me does not follow redirects, and it seems that the http proxy
is adding one for some reason.

It looks like Network.Websockets.Client.runClientWith
is where that is coming from, and the websockets library does not currently
support redirs. Actually, that library implements https itself,
which is a surprise to me. It seems it would need some work to support
redirs.
"""]]