We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<header>
C: <iq to='share.example.net' id='y6mO8-120' type='get'> <request xmlns='urn:xmpp:http:upload:0' filename='IMG_20210129_012916.jpg' size='199871' content-type='image/jpeg'/> </iq> S: <iq id="y6mO8-120" to="zash@example.net/yaxim.859C45FD" type="result" from="share.example.net"> <slot xmlns="urn:xmpp:http:upload:0"> <get url="https://share.example.net/file_share/o35x3G_omPCeWzZw/IMG_20210129_012916.jpg"/> <put url="https://share.example.net/file_share/o35x3G_omPCeWzZw/IMG_20210129_012916.jpg"> <header name="Authorization">Bearer u3y6RZrNvRAkgKZT_Yge</header> </put> </slot> </iq>
On upload the HTTP PUT request is missing the Authorization header.
Support for headers is mandatory
[...] the client MUST include all allowed headers that came with the slot assignment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<header>
On upload the HTTP PUT request is missing the Authorization header.
Support for headers is mandatory
The text was updated successfully, but these errors were encountered: