Huachao Mao
Huachao Mao
@cb3mass It seems the https request uses the incorrect TLS version
@symbioticKid , thanks for your suggestion. And I think this is not a quite general requirement, so I'd like to put this in backlog.
@Yvand I know your pain. Currently we use [Request package](https://www.npmjs.com/package/request) to issue HTTP request, which doesn't have native NTLM support, although it already some related feature discussions like [NTLM Support](https://github.com/request/request/issues/808)...
@brbecker my extension has migrated to [got library](https://www.npmjs.com/package/got) for several releases
@MisinformedDNA nice suggestion, I will consider this carefully.
@ZefQ @betancour nice workaround.
@Stadly sure, I will leave this issue open
@terryliulj you are right, since the number is larger than the maximum number `2 ^ 53 - 1`, and the native `JSON.parse` doesn't work as expected. I am still considering...
@bm-stschneider do you mean just run all the requests in the correct order and display all the responses
> was this implemented? @ricmrodrigues No, it wasn't.