Response headers

In a submit-done handler, is this really the best way to get to the 
"last-modified' header?

 <setvalue ref="lm" 
value="event('response-headers')/name[.='last-modified']/following-sibling::value"/>


I was rather disappointed that this didn't work:

 <setvalue ref="lm" 
value="event('response-headers')/header[name='last-modified']/value"/>

Steven

Received on Sunday, 21 March 2021 20:05:02 UTC