Skip to content

Displays root of website no matter what address you use #19

@JustinCB

Description

@JustinCB

If I go to any webpage on a website, the proxy will show only the root of the website rather than the webpage that you requested(unless you requested the root, then it will show the one you requested). I think if you changed index.js line 32 from "var base = urlparse.parse(url).protocol + '//' + urlparse.parse(url).hostname" to "var base = req.url;", it would work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions