URL as variable

So the URL for my get request is a variable. But in the variable the http:// and the port Part is missing so i cant just put the variable in the URL. How do i solve this?
the variable looks like this: 192.168.1.106/repo/api/v1/report/19
but should look like this: http://192.168.1.106:8081/repo/api/v1/report/19

Hi,

Do you have your Environment Variables setup something like this?

With the url variable called in double curly { brackets?

image

2 Likes