B
bronco
Guest
A bit too fast, oResponse:GetHeader("Location") returns an OpenEdge.Net.HTTP.HttpHeader object which has a Name and Value property. So, the location you're looking for is: oResponse:GetHeader("Location"):Value
Continue reading...
Continue reading...