Help for this page

Select Code to Download


  1. or download this
    curl -X POST \
      -H "Content-Type: multipart/form-data" \
    ...
      -F "data_transaction_file_date=2016-01-21" \
      -F "tags=\"tagSample1\", \"tagSample2\"" \
       "http://<server>:<port>/cdx/abc/gsa/deliverables"
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    # add the fields '-F' lines
    my $get_query = $client->buildQuery(%fields);  #this doesn't help for 
    +POST
    $client->POST($url);