Remove all the attributes from the request.

1 http.request.clearAttributes

<http.request.clearAttributes />
Example

Remove all the attributes from the request.

Copy
<xsql-script name='http_connection_clear'>
    <body>
            <http.request.clearAttributes/>
    </body>
</xsql-script>