• perl post 带上请求头


    my $url='https://www.zjcap.cn/business/dispatch_post.do?action=submitAdminLogin';
     my $res = $ua->post($url,{
    	                       'userName'=>'xxx',
                              'userPass'=>'3xxx8599e549ff',
    						  'userPass1'=>'xxx56',
                              'validCode'=> "$validCode"
                                                    },
    				'User-Agent'=>'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0',
                    'Host'=>'www.zjcap.cn',
                    'Referer'=>'https://www.zjcap.cn/backoffice/login.html'				
    				
    										);
    			 print "---------------
    ";
    
    #my $head =$res->header('Location');					
    print $res->header('Location');	
    print "
    ";	
    					
    print $res->status_line."
    ";
    print $res->as_string();#获取的是原始内容,包括响应头,响应正文

  • 相关阅读:
    7、shell函数
    5、shell分支
    6、shell循环
    4、shell中的test命令
    3、shell中引号
    2、shell变量
    1、建立和运行shell
    awk命令简介
    18、异步IO
    Python模块:sys
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13350855.html
Copyright © 2020-2023  润新知