http standard probe fault

[hmm iam sure i put this in probe thread, move if you can, thanks.]

Hi,

In my stupidity of working while half asleep I managed to overwrite the receive section of the http while checking how this is performed to setup a https. Yes, don’t work late i hear you say, always a bad thing to do.

I replaced the receive with a copy of the line from a brand new installation of The Dude which was ^HTTP/\. although i am still receiving connection closed on all devices with http probes on them. I am pretty new to the dude and am just getting to play with probes but for the life of me i can’t figure out what i have done.

I have tried removing the device and re adding which still provides the same failure. When ever i re probe the http after several seconds the problem is listed as connection closed. I think it may be something i have done to the probe? the setup is as follows.

Name: http
Type: TCP
Agent: Default
Port: 80
Send: HEAD / HTTP/1.0\r\n\r\n
Receive: ^HTTP/\.
(connect only and first receive, then send are not ticked)

I also tried removing the http probe and re adding with the above but still receive connection closed, any info greatly appreciated.

Hello core1,

in our Receive Fields is the Value:

^HTTP/1\\.

In yours there is missing the 1.

HTH
Sebastian

Good catch!

I hereby grant you both a free slap for me missing that! :blush: thanks guys