http-server icon indicating copy to clipboard operation
http-server copied to clipboard

Add support for credentials requests

Open senaev opened this issue 7 years ago • 5 comments

To serve files with credentials support cross domains we ned to not just add some headers in request, we should also change Access-Control-Allow-Origin header to Origin value from request.

I added a new flag for it, because is is different from --cors logic and may be not safe for users.

senaev avatar Mar 22 '18 11:03 senaev

@indexzero this is for dev purposes

senaev avatar Mar 22 '18 11:03 senaev

@senaev would you mind merging/rebasing master?

thornjad avatar Apr 17 '19 14:04 thornjad

would you mind merging/rebasing master?

@indexzero @thornjad done

senaev avatar Apr 19 '19 10:04 senaev

@thornjad check this please

senaev avatar Jun 19 '19 17:06 senaev

This pull request has been inactive for 360 days

github-actions[bot] avatar Aug 25 '21 12:08 github-actions[bot]