Open tonobo opened 8 years ago
Hey, in doc_methods.rb you're defining some response headers. Is it possible to remove them, because normally i want to setup all required headers in my app or proxy server. Nginx will add a duplicate in this case, which will break all the stuff.
Please checkout these sections. Code part 1 Code part 2
Stumbled upon this as well :) Is there any way to remove those without monkeypatching?
Hey, in doc_methods.rb you're defining some response headers. Is it possible to remove them, because normally i want to setup all required headers in my app or proxy server. Nginx will add a duplicate in this case, which will break all the stuff.
Please checkout these sections. Code part 1 Code part 2