25

I used to use this setting in the full .Net framework to deal with some unsafe headers returned by a server I'm reaching out to.

 <system.net>
    <settings>
      <httpWebRequest useUnsafeHeaderParsing="true" />
    </settings>
 <system.net>

I can't really find a way to do the same in .Net core. (console app)

Any help?

Dan Def
  • 1,836
  • 2
  • 21
  • 39
Alessandro Di Lello
  • 1,181
  • 1
  • 9
  • 22

1 Answers1

0

I read your question and remembered a post that may help you on the microsoft forum

Link forum microsoft

LeonardoDevBack
  • 181
  • 1
  • 5