Hi,
Can someone please help me with correlating the id from the response? All my other correlations are working except this? Does it have anything to do with "Transfer-Encoding: chunked". It wasn't with the other responses.
web_reg_save_param_ex(
"ParamName=MyID",
"LB/IC=\"id\":",
"RB/IC=,",
SEARCH_FILTERS,
"Scope=All",
LAST);
Response
HTTP/1.1 200
Date: Fri, 25 Aug 2017 16:08:12 GMT
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST, GET, PUT, OPTIONS, DELETE
Access-Control-Max-Age: 3600
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization
X-Application-Context: application:test:9090
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
Content-Type: application/json;charset=UTF-8
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
{"id":10002867,"isModified":false.............................}
Thanks in advance