Skip to content

404 with wrap-proxy #12

Open
Open
@ioRekz

Description

@ioRekz

Here is my handler. Got a 404 on /remote.
(-> #'routes
(wrap-proxy "/remote" "http://www.lequipe.fr/")
(wrap-session)}))

(defroutes routes
(GET "/t" {c :context} (redirect (str c "/index.html")))
(GET "/counter" [] counter)
(GET "/sse" [] sse-countdown))

What could go wrong ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions