Forum Discussion

Re: URI rewrite

"/lms/sso*" -
"/lms/rest/ext/oauth2/token*" {
    pool PLMS_Pool
    set newPath "[string map {"/lms" "/lmsserver"} [HTTP::path]]"
    HTTP::path $newPath
    log local0. "setting Path to [HTTP::path] selecting pool PLMS_Pool"
No RepliesBe the first to reply