Forum Discussion

severalservals's avatar
severalservals
New Contributor
5 years ago
Solved

How to use requestInterceptor in SwaggerUIBundle call

I'm trying to use requestInterceptor in my SwaggerUIBundle call to add a header to the outgoing request. My code is:   window.onload = function() { // Begin Swagger UI call region c...