I use an API that requires me to use a header named "m_id" for the request.
When i use
$mech->add_header('m_id' => 'whatever')
WWW :: Mechanize (or rather HTTP :: Headers) "useful" changes the header name to "M-Id". What does not work.
Is there any way to prevent this?
source
share