Skip to content
New issue

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

X-WOPI-Proof and X-WOPI-ProofOld not sended into http request #82

Closed
cesco69 opened this issue Sep 30, 2019 · 1 comment
Closed

X-WOPI-Proof and X-WOPI-ProofOld not sended into http request #82

cesco69 opened this issue Sep 30, 2019 · 1 comment

Comments

@cesco69
Copy link

cesco69 commented Sep 30, 2019

ProofKeys section of tests fail because my server not receive the X-WOPI-Proof and X-WOPI-ProofOld HTTP headers.

Step for reproduce

  1. clone this repo and compiled into exe with Visual Studio 2015.

  2. 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?

@tylerbutler
Copy link
Member

Duplicate of #22.

@ghost ghost locked as resolved and limited conversation to collaborators Jan 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants