Hi Guys,
I am trying to do the POST - GET Script using Vugen.
When i do a POST I get the following resposne in the Output Log file of Vugen
t=783ms: 212-byte response headers for "http://XXXX/interactionhub/rest/v1/Breadcrumb/Action" (RelFrameId=1, Internal ID=1)
Action.c(3): HTTP/1.1 201 Created\r\n
Action.c(3): Server: Apache-Coyote/1.1\r\n
Action.c(3): Location: http://XXXX/interactionhub/rest/v1/Breadcrumb/Action/578f8cb2338
Action.c(3): d357135450dc4\r\n
Action.c(3): Content-Length: 0\r\n
Action.c(3): Date: Wed, 20 Jul 2016 14:37:37 GMT\r\n
Action.c(3): \r\n
I need to do a check the HTTP Code 201 and also do a GET on Location parameter .
Kindly help