Message183397
| Author | orsenthil |
|---|---|
| Recipients | karlcow, orsenthil, r.david.murray |
| Date | 2013-03-03.18:57:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1362337075.26.0.341292486129.issue17322@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Looks like curl is sending the headers without removing spaces. Check Raw here link here. (The link would probably be online a week) http://requestb.in/1kfodmj1?inspect $ curl --header "X-MyHeader : 123" http://requestb.in/1kfodmj1 ok $ curl --header " X-MyHeader : 123"http://requestb.in/1kfodmj1 ok $ curl --header " X-MyHeader\nY-Header : 123" http://requestb.in/1kfodmj1 ok |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-03 18:57:55 | orsenthil | set | recipients: + orsenthil, r.david.murray, karlcow |
| 2013-03-03 18:57:55 | orsenthil | set | messageid: <1362337075.26.0.341292486129.issue17322@psf.upfronthosting.co.za> |
| 2013-03-03 18:57:55 | orsenthil | link | issue17322 messages |
| 2013-03-03 18:57:55 | orsenthil | create | |