IdentityModel / oidc-token-manager

Apache License 2.0
51 stars 36 forks source link

Uncaught ReferenceError: DefaultHttpRequest is not defined #37

Closed merijndejonge closed 8 years ago

merijndejonge commented 8 years ago

Hi,

When using the latest version available on github I get the following error. "Uncaught ReferenceError: DefaultHttpRequest is not defined"

Where can i find DefaultHttpRequest?

Thanks in advance for your help.

Merijn

brockallen commented 8 years ago

Are you using the JS file directly, or are you using the JS file from the dist folder?

merijndejonge commented 8 years ago

I use the JS file directly

brockallen commented 8 years ago

Well, that's the wrong one then :)

Use the one from the "dist" folder.

merijndejonge commented 8 years ago

Check. Thanks!