This commit is contained in:
@@ -1537,7 +1537,7 @@ namespace MarketData.Integration
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
MDTrace.WriteLine(LogLevel.VERBOSE, $"GetRequestV6[ENTER]{url}");
|
MDTrace.WriteLine(LogLevel.VERBOSE, $"GetRequestV6[ENTER]{url}");
|
||||||
var handler = new HttpClientHandler()
|
HttpClientHandler handler = new HttpClientHandler()
|
||||||
{
|
{
|
||||||
AllowAutoRedirect = true,
|
AllowAutoRedirect = true,
|
||||||
AutomaticDecompression =
|
AutomaticDecompression =
|
||||||
@@ -1686,7 +1686,7 @@ namespace MarketData.Integration
|
|||||||
{
|
{
|
||||||
MDTrace.WriteLine(LogLevel.VERBOSE,$"GetRequestSECEDGAR[ENTER]{strRequest}");
|
MDTrace.WriteLine(LogLevel.VERBOSE,$"GetRequestSECEDGAR[ENTER]{strRequest}");
|
||||||
|
|
||||||
var handler=new HttpClientHandler()
|
HttpClientHandler handler =new HttpClientHandler()
|
||||||
{
|
{
|
||||||
AllowAutoRedirect=true,
|
AllowAutoRedirect=true,
|
||||||
AutomaticDecompression=DecompressionMethods.GZip|DecompressionMethods.Deflate|DecompressionMethods.Brotli,
|
AutomaticDecompression=DecompressionMethods.GZip|DecompressionMethods.Deflate|DecompressionMethods.Brotli,
|
||||||
|
|||||||
Reference in New Issue
Block a user