[ nagiosplug-Bugs-3552836 ] check_http does not handle ; in -k parameters
SourceForge.net <[email protected]>
| Newsgroups | gmane.network.nagios.plugins.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #3552836, was opened at 2012-07-31 16:03
Message generated for change (Settings changed) made by hweiss
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3552836&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Cálestyo (calestyo)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_http does not handle ; in -k parameters
Initial Comment:
Hi.
This is from the old / soon to be disabled again Nagios Plugins bug tracker that used to be at Nagios itself.
I've just copied this bug over. I'm not the original reporter and have no idea about the thoughts about this bug.
This used to be: http://tracker.nagios.org/view.php?id=237
--------------------------------------------------------------------------------
agflem:
--------------------------------------------------------------------------------
When I execute the following check the cookie value is broken up onto two lines, thus the check always returns a 400 error.
./check_http -H mysite.com -u http://mysite.com/home/index.aspx [^] -f follow
-s Welcome -k 'Cookie: user=4reqrerqwr;userlogin=123adsfjlk324' -v
The cookie in the request looks like:
Cookie: user=4reqrerqwr
userlogin=123adsfjlk324
But should look like Cookie: user=4reqrerqwr;userlogin=123adsfjlk324
----------------------------------------------------------------------
>Comment By: Holger Weiss (hweiss)
Date: 2013-05-29 13:48
Message:
This is the same issue as reported in #3571331.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3552836&group_id=29880
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________________
Nagios Plugin Development Mailing List [email protected]
Unsubscribe at https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel
::: Please include plugins version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null