On Azure hosted webapp logs are not getting through Seq, I had to set ServicePointManager.Expect100Continue to false
See original GitHub issueI had to set ServicePointManager.Expect100Continue = false
although this isn’t good, because it forces the whole app to use this since this is a global setting.
This sink should propose a setting to set ServicePointManager only for seq (https://stackoverflow.com/a/15341369/2047306)
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
On Azure hosted webapp logs are not getting through Seq ...
On Azure hosted webapp logs are not getting through Seq, I had to set ServicePointManager.Expect100Continue to false #107.
Read more >ServicePointManager.Expect100Continue Property
Gets or sets a Boolean value that determines whether 100-Continue behavior is used.
Read more >Does ServicePointManager.Expect100Continue = false ...
1 Answer 1 ... Probably not the answer. but you can set the expect100Continue value to your App.Config. Setting this will be applied...
Read more >HttpWebRequest and the Expect: 100-continue Header Problem
The System. Net. ServicePointManager class has a static property named Expect100Continue . Setting this to false will stop the header “Expect: ...
Read more >Azure Service Bus speed - appsloveworld.com
Coding example for the question Azure Service Bus speed. ... <system.net> <settings> <servicePointManager expect100Continue="false" ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nick,
Just to be clear, I meant Azure in PaaS, so no virtual network configuration. You can try with free hosting.
Sÿl
Hoping that the configuration-in-code approach is working well for you. I haven’t seen any further reports of this, so closing, but keen for anyone else who hits it to chime in here 😃 Cheers!