mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-29 18:02:35 +00:00
Json: test for BUG 2643
This commit is contained in:
@@ -77,6 +77,7 @@ sub json_post {
|
||||
$req->header('Accept' => 'application/json');
|
||||
$req->header('Content-Type' => 'application/json; charset=UTF-8');
|
||||
$req->content(encode_json($rh_data));
|
||||
#print "json_post: ".Dumper($rh_data);
|
||||
#print Dumper($req);
|
||||
my $response = $::Web->request($req);
|
||||
#print Dumper($response);
|
||||
|
||||
Reference in New Issue
Block a user