Help for this page

Select Code to Download


  1. or download this
    Content-Type: application/x-www-form-urlencoded
    
    grant=client_credentials&partner={partner}&client={client}&secret={sec
    +ret}
    
  2. or download this
    my @body_list = (grant => 'client_credentials',
                          partner => ‘dfjkdjfdkdjkdkdjfdk’,
                          client =>  'dkfjdlfjdlfkjlj',
                          client => 'dfkljflsfjlajflafjlsdkfjdskl=',  # ne
    +ed encoding that is = will be %3D
                        );     
    my $bodyData=substr($restClient->buildQuery(\@body_list),1);