jeswin
9 years agoVisitor
GetHeaders from roUrlTransfer
Hi,
I need to get the header values using roUrlTransfer, is it possible?
the above code will return the result from the api i have called, but i want to get the header values of this response.
I need to get the header values using roUrlTransfer, is it possible?
serverAPI = createObject("roUrlTransfer")
serverAPI.setUrl(api_url)
reqHeaders = serverAPI.GetToString()
the above code will return the result from the api i have called, but i want to get the header values of this response.