Thanks Jochen,

I used Wireshark to see that it was passing  "Expect100Continue" in the 
header and Graylog did not like that. so I set the following:

            httpWebRequest.KeepAlive = false;

            httpWebRequest.ServicePoint.Expect100Continue = false;




-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/165f2620-75bf-45da-bb1c-0502d9ba95d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to