0

I have downloaded a significant number of samples but with limited success. Many from GitHub. I am trying now, at the simplest, to simply have a listener (which i downloaded) that will parse the WOPI Request. My listener will listen for anything on port 8080. To test the listener, if I access the url http://localhost:8080/sometest my listener responds. Awesome. But when I try to access my wopi host with this url:

http://<my 2016 owa not on my local box>/x/_layouts/xlviewerinternal.aspx?WOPISrc=http%3a%2f%2flocalhost%3a8080%2fwopi%2ffiles%2ftest.xlsx&access_token=rykC%2fPgFQOs%3dRJT%2fPULGbsyZKGVnQmcO5tqJgEKoY3MIfAE3sh15shw%3d

My listener is not called. Shouldn't the listener be receiving a message from my OWA 2016 server?

Any help is greatly appreciated.

Dai
  • 141,631
  • 28
  • 261
  • 374
  • 1
    put your server's IP into the url instead of *localhost* – Eser Mar 28 '18 at 18:36
  • Exactly, if your OWA server doesn't run on the exact same machine as the listener, `localhost` won't work. You have to use either IP or hostname of your machine. – rocky Apr 09 '18 at 07:54

0 Answers0