Class HttpUtils

java.lang.Object
io.camunda.webapps.util.HttpUtils

public final class HttpUtils extends Object
  • Field Details

  • Method Details

    • getRequestedUrl

      public static String getRequestedUrl(jakarta.servlet.http.HttpServletRequest request)
      Builds the full requested URL from an HttpServletRequest.

      Combines the request URI (excluding the context path) and the query string to form the complete URL requested by the client.

      Parameters:
      request - the HttpServletRequest to extract the URL from