<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi, all stackers,<br>
         Can I use the tempauth and tempurl at the same time? I will set
    a long tempauth timeout time for internal service and a short
    tempurl timeout for the ohters?<br>
    <br>
        My proxy-server.conf is quite easy:<br>
        [pipeline:main]<br>
        pipeline = healthcheck cache tempurl tempauth proxy-server<br>
    <br>
        [app:proxy-server]<br>
        use = egg:swift#proxy<br>
        allow_account_management = true<br>
        account_autocreate = true<br>
    <br>
        [filter:tempauth]<br>
        use = egg:swift#tempauth<br>
        ...<br>
    <br>
        [filter:tempurl]<br>
        use = egg:swifttempurl#tempurl<br>
    <br>
        It works well in tempauth. But after I set the
    X-Account-Meta-Temp-URL-Key header on the Swift account and try to
    use tempurl, I got the "401 Unauthorized: Temp URL invalid"
    response.<br>
    <br>
    Thanks,<br>
    Jonathan Lu<br>
    <span style="color: rgb(0, 0, 0); font-family: Verdana, Geneva,
      sans-serif; font-size: 13px; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;"></span>
  </body>
</html>