Variables in http.request

Hello there, Quick Question, Is it possible to put a variable inside a http.request

For Example.
http.request(‘twolivesleft.com/(VARIABLE HERE)’)

url="page2.htm"
http.request('twolivesleft.com/'..url,callbackFunction)

Cool thanks a lot! @Ignatz