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
ProofKeys section of tests fail because my server not receive the X-WOPI-Proof and X-WOPI-ProofOld HTTP headers.
Step for reproduce
clone this repo and compiled into exe with Visual Studio 2015.
run this command
Microsoft.Office.WopiValidator.exe -t MYTOKEN -l 0 -w http://localhost:3000/api/wopi/files/5d8488e930a07d2218d89d35 -e OfficeOnline -s -g ProofKeys
Test ProofKeys fails.
These are the received headers (only 2):
Authorization: Bearer eyJvIjoiQUU5RENGMTQ0MkNDMkUyM0ZBRUE2Mjk1MTg4NzI3QzgiLCJlIjoiRHROT2NHQ2o4NFM1TVhMVkU4VVlqeVNoWmp1cHFtbGMiLCJpIjoiNWQ4NDg4ZTkzMGEwN2QyMjE4ZDg5ZDM1In0= Host: localhost:3000
no X-WOPI-Proof and X-WOPI-ProofOld headers.
What i'm doing wrong?
The text was updated successfully, but these errors were encountered:
Duplicate of #22.
Sorry, something went wrong.
No branches or pull requests
ProofKeys section of tests fail because my server not receive the X-WOPI-Proof and X-WOPI-ProofOld HTTP headers.
Step for reproduce
clone this repo and compiled into exe with Visual Studio 2015.
run this command
Test ProofKeys fails.
These are the received headers (only 2):
no X-WOPI-Proof and X-WOPI-ProofOld headers.
What i'm doing wrong?
The text was updated successfully, but these errors were encountered: