search for: rspauth

Displaying 1 result from an estimated 1 matches for "rspauth".

Did you mean: rsaauth
2009 Jun 08
2
How to add these headers to a xml response
...t;?xml version="1.0" encoding="UTF-8"?> <Container> <id>aQlfVHX+qPM</id> <lifetime>2009-09-19T08:14:55Z</lifetime> </Container> The response should contain the next headers: Content-Type=`application/vnd.3gpp+xml` Authentication-Info={rspauth=`xxxxxxxxxxx...xxxxxxxxxxx`,qop=`auth-int`,cnonce=`xxxxxxxxxxxxxxxxxx....xxxxxxxxxxxxx`,nc=`000 00001`} How can I do that? I always see {"Cache-Control"=>"no-cache", "Content-Type"=>"application/xml"} when I print the headers... I can use xml builder...