我正在使用一个Web应用程序,它在响应登录请求时发送一些非标准HTTP头.有问题的标题是:
SSO_STATUS: LoginFailed
我尝试用LWP :: Response提取它,$response->header('SSO_STATUS')但它不起作用.它为标准的头,如工作Set-Cookie,Expires等等.
$response->header('SSO_STATUS')
Set-Cookie
Expires
有没有办法处理原始标题?
perl header http lwp
header ×1
http ×1
lwp ×1
perl ×1