Recorded Scala file not showing actual requested url

val uri2 = “http://ocsp.digicert.com
val uri3 = “http://gn.symcd.com
val uri4 = “http://clients1.google.com/ocsp
val uri5 = “http://ufi.ztedevice.com

.pause(5)
.exec(http(“request_8”)
.post(uri4 + “”)
.headers(headers_8)
.body(RawFileBody(“RecordedSimulation_0008_request.txt”)))

Please help ,am trying to do gatiling test for a application which is running in AWS.but the requested URLs are not showing in the scala file.THen how can i analyse the requests which i made…