[squeak-dev] WebClient does not seem to provide any way of getting the terminating, absolute URL of a response

jaayer jaayer at zoho.com
Tue Aug 24 02:48:27 UTC 2010


But this addition to WebResponse seems to do the trick (even when the request was redirected):
finalUrl
	^ 'http://', (request headerAt: 'Host'), request rawUrl

I kind of think




More information about the Squeak-dev mailing list