Hi there,
I'm trying to send a POST request within a JSON structure in the body.
In a Postman client, I've set the method as POST, format as "raw" and added the following chunk to the body
{
"sequence_id": "",
"name": "SQ001",
"description": "Cliente/Estado/Material"
}
URL's
https://backend.tangotechapp.com/REST/addSequenceRequest
In the server side, I get the following warning. What would be the proper way to receive that request in JSON format?
Best wishes,
I
Warning: ad_page_contract: attempt to use a nonstandard variable name in form. {
"sequence_id": "",
"name": "SQ001",
"description": "Cliente/Estado/Material"
}
called from template::adp_parse /var/www/tangotech//packages/tt-rest/www/addSequenceRequest {}
called from adp_parse_ad_conn_file
called from rp_serve_concrete_file /var/www/tangotech/packages/tt-rest/www/addSequenceRequest.tcl
called from rp_serve_abstract_file 0 0 .* /var/www/tangotech/packages/tt-rest/www/addSequenceRequest
called from rp_handler
POST https://backend.tangotechapp.com/REST/addSequenceRequest? referred by '' peer 172.31.40.33 user_id 0
post-data: {
"sequence_id": "",
"name": "SQ001",
"description": "Cliente/Estado/Material"
}
[28/Jan/2020:19:06:27][17364.7f9665fd9700][-conn:tangotech:0:281-] Notice: CONN t0
*****
[28/Jan/2020:19:06:27][17364.7f9665fd9700][-conn:tangotech:0:281-] Notice: QUERY
{
"sequence_id": "",
"name": "SQ001",
"description": "Cliente/Estado/Material"
} = (null)