Domain prosecution-analytics.bhip-dev.com
United States
AMAZON-02
Software information

Heroku

tcp/443 tcp/80

  • Open service 35.71.150.51:443 · prosecution-analytics.bhip-dev.com

    2026-01-12 02:35

    HTTP/1.1 404 Not Found
    Content-Length: 85379
    Content-Type: text/html; charset=UTF-8
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=eLWpyjUfIgu3%2BJauWKejcnmN6ijnv%2B7XWczqwQb5W%2Bk%3D\u0026sid=67ff5de4-ad2b-4112-9289-cf96be89efed\u0026ts=1768185305"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=eLWpyjUfIgu3%2BJauWKejcnmN6ijnv%2B7XWczqwQb5W%2Bk%3D&sid=67ff5de4-ad2b-4112-9289-cf96be89efed&ts=1768185305"
    Server: Heroku
    Vary: Origin
    Via: 1.1 heroku-router
    X-Request-Id: 555c286d-65bf-ab78-3622-5bcff5e870c5
    X-Runtime: 0.068957
    Date: Mon, 12 Jan 2026 02:35:05 GMT
    Connection: close
    
    Page title: Action Controller: Exception caught
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name="turbo-visit-control" content="reload">
      <title>Action Controller: Exception caught</title>
      <style>
        body {
          background-color: #FAFAFA;
          color: #333;
          color-scheme: light dark;
          supported-color-schemes: light dark;
          margin: 0px;
        }
    
        body, p, ol, ul, td {
          font-family: helvetica, verdana, arial, sans-serif;
          font-size:   13px;
          line-height: 18px;
        }
    
        pre {
          font-size: 11px;
          white-space: pre-wrap;
        }
    
        pre.box {
          border: 1px solid #EEE;
          padding: 10px;
          margin: 0px;
          width: 958px;
        }
    
        header {
          color: #F0F0F0;
          background: #C00;
          padding: 0.5em 1.5em;
        }
    
        h1 {
          overflow-wrap: break-word;
          margin: 0.2em 0;
          line-height: 1.1em;
          font-size: 2em;
        }
    
        h2 {
          color: #C00;
          line-height: 25px;
        }
    
        code.traces {
          font-size: 11px;
        }
    
        .response-heading, .request-heading {
          margin-top: 30px;
        }
    
        .exception-message {
          padding: 8px 0;
        }
    
        .exception-message .message {
          margin-bottom: 8px;
          line-height: 25px;
          font-size: 1.5em;
          font-weight: bold;
          color: #C00;
        }
    
        .details {
          border: 1px solid #D0D0D0;
          border-radius: 4px;
          margin: 1em 0px;
          display: block;
          max-width: 978px;
        }
    
        .summary {
          padding: 8px 15px;
          border-bottom: 1px solid #D0D0D0;
          display: block;
        }
    
        a.summary {
          color: #F0F0F0;
          text-decoration: none;
          background: #C52F24;
          border-bottom: none;
        }
    
        .details pre {
          margin: 5px;
          border: none;
        }
    
        #container {
          box-sizing: border-box;
          width: 100%;
          padding: 0 1.5em;
        }
    
        .source * {
          margin: 0px;
          padding: 0px;
        }
    
        .source {
          border: 1px solid #D9D9D9;
          background: #ECECEC;
          max-width: 978px;
        }
    
        .source pre {
          padding: 10px 0px;
          border: none;
        }
    
        .source .data {
          font-size: 80%;
          overflow: auto;
          background-color: #FFF;
        }
    
        .info {
          padding: 0.5em;
        }
    
        .source .data .line_numbers {
          background-color: #ECECEC;
          color: #555;
          padding: 1em .5em;
          border-right: 1px solid #DDD;
          text-align: right;
        }
    
        .line {
          padding-left: 10px;
          white-space: pre;
        }
    
        .line:hover {
          background-color: #F6F6F6;
        }
    
        .line.active {
          background-color: #FCC;
        }
    
        .error_highlight {
          display: inline-block;
          background-color: #FF9;
          text-decoration: #F00 wavy underline;
        }
    
        .error_highlight_tip {
          color: #666;
          padding: 2px 2px;
          font-size: 10px;
        }
    
        .button_to {
          display: inline-block;
          margin-top: 0.75em;
          margin-bottom: 0.75em;
        }
    
        .hidden {
          display: none;
        }
    
        .correction {
          list-style-type: none;
        }
    
        input[type="submit"] {
          color: white;
          background-color: #C00;
          border: none;
          border-radius: 12px;
          box-shadow: 0 3px #F99;
          font-size: 13px;
          font-weight: bold;
          margin: 0;
          padding: 10px 18px;
          cursor: pointer;
          -webkit-appearance: none;
        }
        input[type="submit"]:focus,
        input[type="submit"]:hover {
          opacity: 0.8;
        }
        input[type="submit"]:active {
          box-shadow: 0 2px #F99;
          transform: translateY(1px)
        }
    
        a { color: #980905; }
        a:visited { color: #666; }
        a.trace-frames {
          color: #666;
          overflow-wrap: break-word;
        }
        a:hover, a.trace-frames.selected { color: #C00; }
        a.summary:hover { color: #FFF; }
    
        @media (prefers-color-scheme: dark) {
          body {
            background-color: #222;
            color: #ECECEC;
          }
    
          .details, .summary {
            border-color: #666;
          }
    
          .source {
            border-color: #555;
            background-color: #333;
          }
    
          .source .data {
     
    Found 20 hours ago by HttpPlugin
    Create report
  • Open service 13.248.131.213:443 · prosecution-analytics.bhip-dev.com

    2026-01-12 02:35

    HTTP/1.1 404 Not Found
    Content-Length: 85379
    Content-Type: text/html; charset=UTF-8
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=eLWpyjUfIgu3%2BJauWKejcnmN6ijnv%2B7XWczqwQb5W%2Bk%3D\u0026sid=67ff5de4-ad2b-4112-9289-cf96be89efed\u0026ts=1768185305"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=eLWpyjUfIgu3%2BJauWKejcnmN6ijnv%2B7XWczqwQb5W%2Bk%3D&sid=67ff5de4-ad2b-4112-9289-cf96be89efed&ts=1768185305"
    Server: Heroku
    Vary: Origin
    Via: 1.1 heroku-router
    X-Request-Id: 41dd0f0f-d1ca-472e-b252-e7e0d0b4ef92
    X-Runtime: 0.138119
    Date: Mon, 12 Jan 2026 02:35:05 GMT
    Connection: close
    
    Page title: Action Controller: Exception caught
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name="turbo-visit-control" content="reload">
      <title>Action Controller: Exception caught</title>
      <style>
        body {
          background-color: #FAFAFA;
          color: #333;
          color-scheme: light dark;
          supported-color-schemes: light dark;
          margin: 0px;
        }
    
        body, p, ol, ul, td {
          font-family: helvetica, verdana, arial, sans-serif;
          font-size:   13px;
          line-height: 18px;
        }
    
        pre {
          font-size: 11px;
          white-space: pre-wrap;
        }
    
        pre.box {
          border: 1px solid #EEE;
          padding: 10px;
          margin: 0px;
          width: 958px;
        }
    
        header {
          color: #F0F0F0;
          background: #C00;
          padding: 0.5em 1.5em;
        }
    
        h1 {
          overflow-wrap: break-word;
          margin: 0.2em 0;
          line-height: 1.1em;
          font-size: 2em;
        }
    
        h2 {
          color: #C00;
          line-height: 25px;
        }
    
        code.traces {
          font-size: 11px;
        }
    
        .response-heading, .request-heading {
          margin-top: 30px;
        }
    
        .exception-message {
          padding: 8px 0;
        }
    
        .exception-message .message {
          margin-bottom: 8px;
          line-height: 25px;
          font-size: 1.5em;
          font-weight: bold;
          color: #C00;
        }
    
        .details {
          border: 1px solid #D0D0D0;
          border-radius: 4px;
          margin: 1em 0px;
          display: block;
          max-width: 978px;
        }
    
        .summary {
          padding: 8px 15px;
          border-bottom: 1px solid #D0D0D0;
          display: block;
        }
    
        a.summary {
          color: #F0F0F0;
          text-decoration: none;
          background: #C52F24;
          border-bottom: none;
        }
    
        .details pre {
          margin: 5px;
          border: none;
        }
    
        #container {
          box-sizing: border-box;
          width: 100%;
          padding: 0 1.5em;
        }
    
        .source * {
          margin: 0px;
          padding: 0px;
        }
    
        .source {
          border: 1px solid #D9D9D9;
          background: #ECECEC;
          max-width: 978px;
        }
    
        .source pre {
          padding: 10px 0px;
          border: none;
        }
    
        .source .data {
          font-size: 80%;
          overflow: auto;
          background-color: #FFF;
        }
    
        .info {
          padding: 0.5em;
        }
    
        .source .data .line_numbers {
          background-color: #ECECEC;
          color: #555;
          padding: 1em .5em;
          border-right: 1px solid #DDD;
          text-align: right;
        }
    
        .line {
          padding-left: 10px;
          white-space: pre;
        }
    
        .line:hover {
          background-color: #F6F6F6;
        }
    
        .line.active {
          background-color: #FCC;
        }
    
        .error_highlight {
          display: inline-block;
          background-color: #FF9;
          text-decoration: #F00 wavy underline;
        }
    
        .error_highlight_tip {
          color: #666;
          padding: 2px 2px;
          font-size: 10px;
        }
    
        .button_to {
          display: inline-block;
          margin-top: 0.75em;
          margin-bottom: 0.75em;
        }
    
        .hidden {
          display: none;
        }
    
        .correction {
          list-style-type: none;
        }
    
        input[type="submit"] {
          color: white;
          background-color: #C00;
          border: none;
          border-radius: 12px;
          box-shadow: 0 3px #F99;
          font-size: 13px;
          font-weight: bold;
          margin: 0;
          padding: 10px 18px;
          cursor: pointer;
          -webkit-appearance: none;
        }
        input[type="submit"]:focus,
        input[type="submit"]:hover {
          opacity: 0.8;
        }
        input[type="submit"]:active {
          box-shadow: 0 2px #F99;
          transform: translateY(1px)
        }
    
        a { color: #980905; }
        a:visited { color: #666; }
        a.trace-frames {
          color: #666;
          overflow-wrap: break-word;
        }
        a:hover, a.trace-frames.selected { color: #C00; }
        a.summary:hover { color: #FFF; }
    
        @media (prefers-color-scheme: dark) {
          body {
            background-color: #222;
            color: #ECECEC;
          }
    
          .details, .summary {
            border-color: #666;
          }
    
          .source {
            border-color: #555;
            background-color: #333;
          }
    
          .source .data {
     
    Found 20 hours ago by HttpPlugin
    Create report
  • Open service 3.33.161.45:443 · prosecution-analytics.bhip-dev.com

    2026-01-12 02:35

    HTTP/1.1 404 Not Found
    Content-Length: 85380
    Content-Type: text/html; charset=UTF-8
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=eLWpyjUfIgu3%2BJauWKejcnmN6ijnv%2B7XWczqwQb5W%2Bk%3D\u0026sid=67ff5de4-ad2b-4112-9289-cf96be89efed\u0026ts=1768185305"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=eLWpyjUfIgu3%2BJauWKejcnmN6ijnv%2B7XWczqwQb5W%2Bk%3D&sid=67ff5de4-ad2b-4112-9289-cf96be89efed&ts=1768185305"
    Server: Heroku
    Vary: Origin
    Via: 1.1 heroku-router
    X-Request-Id: 6a9496f6-e1b0-b474-bf84-d445d07f3877
    X-Runtime: 0.066156
    Date: Mon, 12 Jan 2026 02:35:05 GMT
    Connection: close
    
    Page title: Action Controller: Exception caught
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name="turbo-visit-control" content="reload">
      <title>Action Controller: Exception caught</title>
      <style>
        body {
          background-color: #FAFAFA;
          color: #333;
          color-scheme: light dark;
          supported-color-schemes: light dark;
          margin: 0px;
        }
    
        body, p, ol, ul, td {
          font-family: helvetica, verdana, arial, sans-serif;
          font-size:   13px;
          line-height: 18px;
        }
    
        pre {
          font-size: 11px;
          white-space: pre-wrap;
        }
    
        pre.box {
          border: 1px solid #EEE;
          padding: 10px;
          margin: 0px;
          width: 958px;
        }
    
        header {
          color: #F0F0F0;
          background: #C00;
          padding: 0.5em 1.5em;
        }
    
        h1 {
          overflow-wrap: break-word;
          margin: 0.2em 0;
          line-height: 1.1em;
          font-size: 2em;
        }
    
        h2 {
          color: #C00;
          line-height: 25px;
        }
    
        code.traces {
          font-size: 11px;
        }
    
        .response-heading, .request-heading {
          margin-top: 30px;
        }
    
        .exception-message {
          padding: 8px 0;
        }
    
        .exception-message .message {
          margin-bottom: 8px;
          line-height: 25px;
          font-size: 1.5em;
          font-weight: bold;
          color: #C00;
        }
    
        .details {
          border: 1px solid #D0D0D0;
          border-radius: 4px;
          margin: 1em 0px;
          display: block;
          max-width: 978px;
        }
    
        .summary {
          padding: 8px 15px;
          border-bottom: 1px solid #D0D0D0;
          display: block;
        }
    
        a.summary {
          color: #F0F0F0;
          text-decoration: none;
          background: #C52F24;
          border-bottom: none;
        }
    
        .details pre {
          margin: 5px;
          border: none;
        }
    
        #container {
          box-sizing: border-box;
          width: 100%;
          padding: 0 1.5em;
        }
    
        .source * {
          margin: 0px;
          padding: 0px;
        }
    
        .source {
          border: 1px solid #D9D9D9;
          background: #ECECEC;
          max-width: 978px;
        }
    
        .source pre {
          padding: 10px 0px;
          border: none;
        }
    
        .source .data {
          font-size: 80%;
          overflow: auto;
          background-color: #FFF;
        }
    
        .info {
          padding: 0.5em;
        }
    
        .source .data .line_numbers {
          background-color: #ECECEC;
          color: #555;
          padding: 1em .5em;
          border-right: 1px solid #DDD;
          text-align: right;
        }
    
        .line {
          padding-left: 10px;
          white-space: pre;
        }
    
        .line:hover {
          background-color: #F6F6F6;
        }
    
        .line.active {
          background-color: #FCC;
        }
    
        .error_highlight {
          display: inline-block;
          background-color: #FF9;
          text-decoration: #F00 wavy underline;
        }
    
        .error_highlight_tip {
          color: #666;
          padding: 2px 2px;
          font-size: 10px;
        }
    
        .button_to {
          display: inline-block;
          margin-top: 0.75em;
          margin-bottom: 0.75em;
        }
    
        .hidden {
          display: none;
        }
    
        .correction {
          list-style-type: none;
        }
    
        input[type="submit"] {
          color: white;
          background-color: #C00;
          border: none;
          border-radius: 12px;
          box-shadow: 0 3px #F99;
          font-size: 13px;
          font-weight: bold;
          margin: 0;
          padding: 10px 18px;
          cursor: pointer;
          -webkit-appearance: none;
        }
        input[type="submit"]:focus,
        input[type="submit"]:hover {
          opacity: 0.8;
        }
        input[type="submit"]:active {
          box-shadow: 0 2px #F99;
          transform: translateY(1px)
        }
    
        a { color: #980905; }
        a:visited { color: #666; }
        a.trace-frames {
          color: #666;
          overflow-wrap: break-word;
        }
        a:hover, a.trace-frames.selected { color: #C00; }
        a.summary:hover { color: #FFF; }
    
        @media (prefers-color-scheme: dark) {
          body {
            background-color: #222;
            color: #ECECEC;
          }
    
          .details, .summary {
            border-color: #666;
          }
    
          .source {
            border-color: #555;
            background-color: #333;
          }
    
          .source .data {
     
    Found 20 hours ago by HttpPlugin
    Create report
  • Open service 3.33.161.45:80 · prosecution-analytics.bhip-dev.com

    2026-01-12 02:35

    HTTP/1.1 404 Not Found
    Content-Length: 85377
    Content-Type: text/html; charset=UTF-8
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=xrCT%2BRUzTfUl1tBK%2B45QyzgBU0FWHho9CtNipcots%2FM%3D\u0026sid=67ff5de4-ad2b-4112-9289-cf96be89efed\u0026ts=1768185366"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=xrCT%2BRUzTfUl1tBK%2B45QyzgBU0FWHho9CtNipcots%2FM%3D&sid=67ff5de4-ad2b-4112-9289-cf96be89efed&ts=1768185366"
    Server: Heroku
    Vary: Origin
    Via: 1.1 heroku-router
    X-Request-Id: 4a34852a-4cc6-88c9-a505-d5faaf5ed88d
    X-Runtime: 0.215315
    Date: Mon, 12 Jan 2026 02:36:06 GMT
    Connection: close
    
    Page title: Action Controller: Exception caught
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name="turbo-visit-control" content="reload">
      <title>Action Controller: Exception caught</title>
      <style>
        body {
          background-color: #FAFAFA;
          color: #333;
          color-scheme: light dark;
          supported-color-schemes: light dark;
          margin: 0px;
        }
    
        body, p, ol, ul, td {
          font-family: helvetica, verdana, arial, sans-serif;
          font-size:   13px;
          line-height: 18px;
        }
    
        pre {
          font-size: 11px;
          white-space: pre-wrap;
        }
    
        pre.box {
          border: 1px solid #EEE;
          padding: 10px;
          margin: 0px;
          width: 958px;
        }
    
        header {
          color: #F0F0F0;
          background: #C00;
          padding: 0.5em 1.5em;
        }
    
        h1 {
          overflow-wrap: break-word;
          margin: 0.2em 0;
          line-height: 1.1em;
          font-size: 2em;
        }
    
        h2 {
          color: #C00;
          line-height: 25px;
        }
    
        code.traces {
          font-size: 11px;
        }
    
        .response-heading, .request-heading {
          margin-top: 30px;
        }
    
        .exception-message {
          padding: 8px 0;
        }
    
        .exception-message .message {
          margin-bottom: 8px;
          line-height: 25px;
          font-size: 1.5em;
          font-weight: bold;
          color: #C00;
        }
    
        .details {
          border: 1px solid #D0D0D0;
          border-radius: 4px;
          margin: 1em 0px;
          display: block;
          max-width: 978px;
        }
    
        .summary {
          padding: 8px 15px;
          border-bottom: 1px solid #D0D0D0;
          display: block;
        }
    
        a.summary {
          color: #F0F0F0;
          text-decoration: none;
          background: #C52F24;
          border-bottom: none;
        }
    
        .details pre {
          margin: 5px;
          border: none;
        }
    
        #container {
          box-sizing: border-box;
          width: 100%;
          padding: 0 1.5em;
        }
    
        .source * {
          margin: 0px;
          padding: 0px;
        }
    
        .source {
          border: 1px solid #D9D9D9;
          background: #ECECEC;
          max-width: 978px;
        }
    
        .source pre {
          padding: 10px 0px;
          border: none;
        }
    
        .source .data {
          font-size: 80%;
          overflow: auto;
          background-color: #FFF;
        }
    
        .info {
          padding: 0.5em;
        }
    
        .source .data .line_numbers {
          background-color: #ECECEC;
          color: #555;
          padding: 1em .5em;
          border-right: 1px solid #DDD;
          text-align: right;
        }
    
        .line {
          padding-left: 10px;
          white-space: pre;
        }
    
        .line:hover {
          background-color: #F6F6F6;
        }
    
        .line.active {
          background-color: #FCC;
        }
    
        .error_highlight {
          display: inline-block;
          background-color: #FF9;
          text-decoration: #F00 wavy underline;
        }
    
        .error_highlight_tip {
          color: #666;
          padding: 2px 2px;
          font-size: 10px;
        }
    
        .button_to {
          display: inline-block;
          margin-top: 0.75em;
          margin-bottom: 0.75em;
        }
    
        .hidden {
          display: none;
        }
    
        .correction {
          list-style-type: none;
        }
    
        input[type="submit"] {
          color: white;
          background-color: #C00;
          border: none;
          border-radius: 12px;
          box-shadow: 0 3px #F99;
          font-size: 13px;
          font-weight: bold;
          margin: 0;
          padding: 10px 18px;
          cursor: pointer;
          -webkit-appearance: none;
        }
        input[type="submit"]:focus,
        input[type="submit"]:hover {
          opacity: 0.8;
        }
        input[type="submit"]:active {
          box-shadow: 0 2px #F99;
          transform: translateY(1px)
        }
    
        a { color: #980905; }
        a:visited { color: #666; }
        a.trace-frames {
          color: #666;
          overflow-wrap: break-word;
        }
        a:hover, a.trace-frames.selected { color: #C00; }
        a.summary:hover { color: #FFF; }
    
        @media (prefers-color-scheme: dark) {
          body {
            background-color: #222;
            color: #ECECEC;
          }
    
          .details, .summary {
            border-color: #666;
          }
    
          .source {
            border-color: #555;
            background-color: #333;
          }
    
          .source .data {
     
    Found 20 hours ago by HttpPlugin
    Create report
  • Open service 13.248.131.213:80 · prosecution-analytics.bhip-dev.com

    2026-01-12 02:35

    HTTP/1.1 404 Not Found
    Content-Length: 85377
    Content-Type: text/html; charset=UTF-8
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=xrCT%2BRUzTfUl1tBK%2B45QyzgBU0FWHho9CtNipcots%2FM%3D\u0026sid=67ff5de4-ad2b-4112-9289-cf96be89efed\u0026ts=1768185366"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=xrCT%2BRUzTfUl1tBK%2B45QyzgBU0FWHho9CtNipcots%2FM%3D&sid=67ff5de4-ad2b-4112-9289-cf96be89efed&ts=1768185366"
    Server: Heroku
    Vary: Origin
    Via: 1.1 heroku-router
    X-Request-Id: 025cd330-e53a-065b-983a-5c477ea357cf
    X-Runtime: 0.186071
    Date: Mon, 12 Jan 2026 02:36:06 GMT
    Connection: close
    
    Page title: Action Controller: Exception caught
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name="turbo-visit-control" content="reload">
      <title>Action Controller: Exception caught</title>
      <style>
        body {
          background-color: #FAFAFA;
          color: #333;
          color-scheme: light dark;
          supported-color-schemes: light dark;
          margin: 0px;
        }
    
        body, p, ol, ul, td {
          font-family: helvetica, verdana, arial, sans-serif;
          font-size:   13px;
          line-height: 18px;
        }
    
        pre {
          font-size: 11px;
          white-space: pre-wrap;
        }
    
        pre.box {
          border: 1px solid #EEE;
          padding: 10px;
          margin: 0px;
          width: 958px;
        }
    
        header {
          color: #F0F0F0;
          background: #C00;
          padding: 0.5em 1.5em;
        }
    
        h1 {
          overflow-wrap: break-word;
          margin: 0.2em 0;
          line-height: 1.1em;
          font-size: 2em;
        }
    
        h2 {
          color: #C00;
          line-height: 25px;
        }
    
        code.traces {
          font-size: 11px;
        }
    
        .response-heading, .request-heading {
          margin-top: 30px;
        }
    
        .exception-message {
          padding: 8px 0;
        }
    
        .exception-message .message {
          margin-bottom: 8px;
          line-height: 25px;
          font-size: 1.5em;
          font-weight: bold;
          color: #C00;
        }
    
        .details {
          border: 1px solid #D0D0D0;
          border-radius: 4px;
          margin: 1em 0px;
          display: block;
          max-width: 978px;
        }
    
        .summary {
          padding: 8px 15px;
          border-bottom: 1px solid #D0D0D0;
          display: block;
        }
    
        a.summary {
          color: #F0F0F0;
          text-decoration: none;
          background: #C52F24;
          border-bottom: none;
        }
    
        .details pre {
          margin: 5px;
          border: none;
        }
    
        #container {
          box-sizing: border-box;
          width: 100%;
          padding: 0 1.5em;
        }
    
        .source * {
          margin: 0px;
          padding: 0px;
        }
    
        .source {
          border: 1px solid #D9D9D9;
          background: #ECECEC;
          max-width: 978px;
        }
    
        .source pre {
          padding: 10px 0px;
          border: none;
        }
    
        .source .data {
          font-size: 80%;
          overflow: auto;
          background-color: #FFF;
        }
    
        .info {
          padding: 0.5em;
        }
    
        .source .data .line_numbers {
          background-color: #ECECEC;
          color: #555;
          padding: 1em .5em;
          border-right: 1px solid #DDD;
          text-align: right;
        }
    
        .line {
          padding-left: 10px;
          white-space: pre;
        }
    
        .line:hover {
          background-color: #F6F6F6;
        }
    
        .line.active {
          background-color: #FCC;
        }
    
        .error_highlight {
          display: inline-block;
          background-color: #FF9;
          text-decoration: #F00 wavy underline;
        }
    
        .error_highlight_tip {
          color: #666;
          padding: 2px 2px;
          font-size: 10px;
        }
    
        .button_to {
          display: inline-block;
          margin-top: 0.75em;
          margin-bottom: 0.75em;
        }
    
        .hidden {
          display: none;
        }
    
        .correction {
          list-style-type: none;
        }
    
        input[type="submit"] {
          color: white;
          background-color: #C00;
          border: none;
          border-radius: 12px;
          box-shadow: 0 3px #F99;
          font-size: 13px;
          font-weight: bold;
          margin: 0;
          padding: 10px 18px;
          cursor: pointer;
          -webkit-appearance: none;
        }
        input[type="submit"]:focus,
        input[type="submit"]:hover {
          opacity: 0.8;
        }
        input[type="submit"]:active {
          box-shadow: 0 2px #F99;
          transform: translateY(1px)
        }
    
        a { color: #980905; }
        a:visited { color: #666; }
        a.trace-frames {
          color: #666;
          overflow-wrap: break-word;
        }
        a:hover, a.trace-frames.selected { color: #C00; }
        a.summary:hover { color: #FFF; }
    
        @media (prefers-color-scheme: dark) {
          body {
            background-color: #222;
            color: #ECECEC;
          }
    
          .details, .summary {
            border-color: #666;
          }
    
          .source {
            border-color: #555;
            background-color: #333;
          }
    
          .source .data {
     
    Found 20 hours ago by HttpPlugin
    Create report
  • Open service 15.197.152.254:443 · prosecution-analytics.bhip-dev.com

    2026-01-12 02:35

    HTTP/1.1 404 Not Found
    Content-Length: 85378
    Content-Type: text/html; charset=UTF-8
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=eLWpyjUfIgu3%2BJauWKejcnmN6ijnv%2B7XWczqwQb5W%2Bk%3D\u0026sid=67ff5de4-ad2b-4112-9289-cf96be89efed\u0026ts=1768185305"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=eLWpyjUfIgu3%2BJauWKejcnmN6ijnv%2B7XWczqwQb5W%2Bk%3D&sid=67ff5de4-ad2b-4112-9289-cf96be89efed&ts=1768185305"
    Server: Heroku
    Vary: Origin
    Via: 1.1 heroku-router
    X-Request-Id: f3a28663-55cd-d64a-2004-cdbb3494a491
    X-Runtime: 0.091124
    Date: Mon, 12 Jan 2026 02:35:05 GMT
    Connection: close
    
    Page title: Action Controller: Exception caught
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name="turbo-visit-control" content="reload">
      <title>Action Controller: Exception caught</title>
      <style>
        body {
          background-color: #FAFAFA;
          color: #333;
          color-scheme: light dark;
          supported-color-schemes: light dark;
          margin: 0px;
        }
    
        body, p, ol, ul, td {
          font-family: helvetica, verdana, arial, sans-serif;
          font-size:   13px;
          line-height: 18px;
        }
    
        pre {
          font-size: 11px;
          white-space: pre-wrap;
        }
    
        pre.box {
          border: 1px solid #EEE;
          padding: 10px;
          margin: 0px;
          width: 958px;
        }
    
        header {
          color: #F0F0F0;
          background: #C00;
          padding: 0.5em 1.5em;
        }
    
        h1 {
          overflow-wrap: break-word;
          margin: 0.2em 0;
          line-height: 1.1em;
          font-size: 2em;
        }
    
        h2 {
          color: #C00;
          line-height: 25px;
        }
    
        code.traces {
          font-size: 11px;
        }
    
        .response-heading, .request-heading {
          margin-top: 30px;
        }
    
        .exception-message {
          padding: 8px 0;
        }
    
        .exception-message .message {
          margin-bottom: 8px;
          line-height: 25px;
          font-size: 1.5em;
          font-weight: bold;
          color: #C00;
        }
    
        .details {
          border: 1px solid #D0D0D0;
          border-radius: 4px;
          margin: 1em 0px;
          display: block;
          max-width: 978px;
        }
    
        .summary {
          padding: 8px 15px;
          border-bottom: 1px solid #D0D0D0;
          display: block;
        }
    
        a.summary {
          color: #F0F0F0;
          text-decoration: none;
          background: #C52F24;
          border-bottom: none;
        }
    
        .details pre {
          margin: 5px;
          border: none;
        }
    
        #container {
          box-sizing: border-box;
          width: 100%;
          padding: 0 1.5em;
        }
    
        .source * {
          margin: 0px;
          padding: 0px;
        }
    
        .source {
          border: 1px solid #D9D9D9;
          background: #ECECEC;
          max-width: 978px;
        }
    
        .source pre {
          padding: 10px 0px;
          border: none;
        }
    
        .source .data {
          font-size: 80%;
          overflow: auto;
          background-color: #FFF;
        }
    
        .info {
          padding: 0.5em;
        }
    
        .source .data .line_numbers {
          background-color: #ECECEC;
          color: #555;
          padding: 1em .5em;
          border-right: 1px solid #DDD;
          text-align: right;
        }
    
        .line {
          padding-left: 10px;
          white-space: pre;
        }
    
        .line:hover {
          background-color: #F6F6F6;
        }
    
        .line.active {
          background-color: #FCC;
        }
    
        .error_highlight {
          display: inline-block;
          background-color: #FF9;
          text-decoration: #F00 wavy underline;
        }
    
        .error_highlight_tip {
          color: #666;
          padding: 2px 2px;
          font-size: 10px;
        }
    
        .button_to {
          display: inline-block;
          margin-top: 0.75em;
          margin-bottom: 0.75em;
        }
    
        .hidden {
          display: none;
        }
    
        .correction {
          list-style-type: none;
        }
    
        input[type="submit"] {
          color: white;
          background-color: #C00;
          border: none;
          border-radius: 12px;
          box-shadow: 0 3px #F99;
          font-size: 13px;
          font-weight: bold;
          margin: 0;
          padding: 10px 18px;
          cursor: pointer;
          -webkit-appearance: none;
        }
        input[type="submit"]:focus,
        input[type="submit"]:hover {
          opacity: 0.8;
        }
        input[type="submit"]:active {
          box-shadow: 0 2px #F99;
          transform: translateY(1px)
        }
    
        a { color: #980905; }
        a:visited { color: #666; }
        a.trace-frames {
          color: #666;
          overflow-wrap: break-word;
        }
        a:hover, a.trace-frames.selected { color: #C00; }
        a.summary:hover { color: #FFF; }
    
        @media (prefers-color-scheme: dark) {
          body {
            background-color: #222;
            color: #ECECEC;
          }
    
          .details, .summary {
            border-color: #666;
          }
    
          .source {
            border-color: #555;
            background-color: #333;
          }
    
          .source .data {
     
    Found 20 hours ago by HttpPlugin
    Create report
  • Open service 35.71.150.51:80 · prosecution-analytics.bhip-dev.com

    2026-01-12 02:35

    HTTP/1.1 404 Not Found
    Content-Length: 85379
    Content-Type: text/html; charset=UTF-8
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=xrCT%2BRUzTfUl1tBK%2B45QyzgBU0FWHho9CtNipcots%2FM%3D\u0026sid=67ff5de4-ad2b-4112-9289-cf96be89efed\u0026ts=1768185366"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=xrCT%2BRUzTfUl1tBK%2B45QyzgBU0FWHho9CtNipcots%2FM%3D&sid=67ff5de4-ad2b-4112-9289-cf96be89efed&ts=1768185366"
    Server: Heroku
    Vary: Origin
    Via: 1.1 heroku-router
    X-Request-Id: 45f8c9c1-6b09-454e-397c-1dc770ff79a6
    X-Runtime: 0.057004
    Date: Mon, 12 Jan 2026 02:36:06 GMT
    Connection: close
    
    Page title: Action Controller: Exception caught
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name="turbo-visit-control" content="reload">
      <title>Action Controller: Exception caught</title>
      <style>
        body {
          background-color: #FAFAFA;
          color: #333;
          color-scheme: light dark;
          supported-color-schemes: light dark;
          margin: 0px;
        }
    
        body, p, ol, ul, td {
          font-family: helvetica, verdana, arial, sans-serif;
          font-size:   13px;
          line-height: 18px;
        }
    
        pre {
          font-size: 11px;
          white-space: pre-wrap;
        }
    
        pre.box {
          border: 1px solid #EEE;
          padding: 10px;
          margin: 0px;
          width: 958px;
        }
    
        header {
          color: #F0F0F0;
          background: #C00;
          padding: 0.5em 1.5em;
        }
    
        h1 {
          overflow-wrap: break-word;
          margin: 0.2em 0;
          line-height: 1.1em;
          font-size: 2em;
        }
    
        h2 {
          color: #C00;
          line-height: 25px;
        }
    
        code.traces {
          font-size: 11px;
        }
    
        .response-heading, .request-heading {
          margin-top: 30px;
        }
    
        .exception-message {
          padding: 8px 0;
        }
    
        .exception-message .message {
          margin-bottom: 8px;
          line-height: 25px;
          font-size: 1.5em;
          font-weight: bold;
          color: #C00;
        }
    
        .details {
          border: 1px solid #D0D0D0;
          border-radius: 4px;
          margin: 1em 0px;
          display: block;
          max-width: 978px;
        }
    
        .summary {
          padding: 8px 15px;
          border-bottom: 1px solid #D0D0D0;
          display: block;
        }
    
        a.summary {
          color: #F0F0F0;
          text-decoration: none;
          background: #C52F24;
          border-bottom: none;
        }
    
        .details pre {
          margin: 5px;
          border: none;
        }
    
        #container {
          box-sizing: border-box;
          width: 100%;
          padding: 0 1.5em;
        }
    
        .source * {
          margin: 0px;
          padding: 0px;
        }
    
        .source {
          border: 1px solid #D9D9D9;
          background: #ECECEC;
          max-width: 978px;
        }
    
        .source pre {
          padding: 10px 0px;
          border: none;
        }
    
        .source .data {
          font-size: 80%;
          overflow: auto;
          background-color: #FFF;
        }
    
        .info {
          padding: 0.5em;
        }
    
        .source .data .line_numbers {
          background-color: #ECECEC;
          color: #555;
          padding: 1em .5em;
          border-right: 1px solid #DDD;
          text-align: right;
        }
    
        .line {
          padding-left: 10px;
          white-space: pre;
        }
    
        .line:hover {
          background-color: #F6F6F6;
        }
    
        .line.active {
          background-color: #FCC;
        }
    
        .error_highlight {
          display: inline-block;
          background-color: #FF9;
          text-decoration: #F00 wavy underline;
        }
    
        .error_highlight_tip {
          color: #666;
          padding: 2px 2px;
          font-size: 10px;
        }
    
        .button_to {
          display: inline-block;
          margin-top: 0.75em;
          margin-bottom: 0.75em;
        }
    
        .hidden {
          display: none;
        }
    
        .correction {
          list-style-type: none;
        }
    
        input[type="submit"] {
          color: white;
          background-color: #C00;
          border: none;
          border-radius: 12px;
          box-shadow: 0 3px #F99;
          font-size: 13px;
          font-weight: bold;
          margin: 0;
          padding: 10px 18px;
          cursor: pointer;
          -webkit-appearance: none;
        }
        input[type="submit"]:focus,
        input[type="submit"]:hover {
          opacity: 0.8;
        }
        input[type="submit"]:active {
          box-shadow: 0 2px #F99;
          transform: translateY(1px)
        }
    
        a { color: #980905; }
        a:visited { color: #666; }
        a.trace-frames {
          color: #666;
          overflow-wrap: break-word;
        }
        a:hover, a.trace-frames.selected { color: #C00; }
        a.summary:hover { color: #FFF; }
    
        @media (prefers-color-scheme: dark) {
          body {
            background-color: #222;
            color: #ECECEC;
          }
    
          .details, .summary {
            border-color: #666;
          }
    
          .source {
            border-color: #555;
            background-color: #333;
          }
    
          .source .data {
     
    Found 20 hours ago by HttpPlugin
    Create report
  • Open service 15.197.152.254:80 · prosecution-analytics.bhip-dev.com

    2026-01-12 02:35

    HTTP/1.1 404 Not Found
    Content-Length: 85377
    Content-Type: text/html; charset=UTF-8
    Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
    Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=xrCT%2BRUzTfUl1tBK%2B45QyzgBU0FWHho9CtNipcots%2FM%3D\u0026sid=67ff5de4-ad2b-4112-9289-cf96be89efed\u0026ts=1768185366"}],"max_age":3600}
    Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=xrCT%2BRUzTfUl1tBK%2B45QyzgBU0FWHho9CtNipcots%2FM%3D&sid=67ff5de4-ad2b-4112-9289-cf96be89efed&ts=1768185366"
    Server: Heroku
    Vary: Origin
    Via: 1.1 heroku-router
    X-Request-Id: ea72b2c7-14dc-f3af-25bf-f760bcaa922a
    X-Runtime: 0.063060
    Date: Mon, 12 Jan 2026 02:36:06 GMT
    Connection: close
    
    Page title: Action Controller: Exception caught
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name="turbo-visit-control" content="reload">
      <title>Action Controller: Exception caught</title>
      <style>
        body {
          background-color: #FAFAFA;
          color: #333;
          color-scheme: light dark;
          supported-color-schemes: light dark;
          margin: 0px;
        }
    
        body, p, ol, ul, td {
          font-family: helvetica, verdana, arial, sans-serif;
          font-size:   13px;
          line-height: 18px;
        }
    
        pre {
          font-size: 11px;
          white-space: pre-wrap;
        }
    
        pre.box {
          border: 1px solid #EEE;
          padding: 10px;
          margin: 0px;
          width: 958px;
        }
    
        header {
          color: #F0F0F0;
          background: #C00;
          padding: 0.5em 1.5em;
        }
    
        h1 {
          overflow-wrap: break-word;
          margin: 0.2em 0;
          line-height: 1.1em;
          font-size: 2em;
        }
    
        h2 {
          color: #C00;
          line-height: 25px;
        }
    
        code.traces {
          font-size: 11px;
        }
    
        .response-heading, .request-heading {
          margin-top: 30px;
        }
    
        .exception-message {
          padding: 8px 0;
        }
    
        .exception-message .message {
          margin-bottom: 8px;
          line-height: 25px;
          font-size: 1.5em;
          font-weight: bold;
          color: #C00;
        }
    
        .details {
          border: 1px solid #D0D0D0;
          border-radius: 4px;
          margin: 1em 0px;
          display: block;
          max-width: 978px;
        }
    
        .summary {
          padding: 8px 15px;
          border-bottom: 1px solid #D0D0D0;
          display: block;
        }
    
        a.summary {
          color: #F0F0F0;
          text-decoration: none;
          background: #C52F24;
          border-bottom: none;
        }
    
        .details pre {
          margin: 5px;
          border: none;
        }
    
        #container {
          box-sizing: border-box;
          width: 100%;
          padding: 0 1.5em;
        }
    
        .source * {
          margin: 0px;
          padding: 0px;
        }
    
        .source {
          border: 1px solid #D9D9D9;
          background: #ECECEC;
          max-width: 978px;
        }
    
        .source pre {
          padding: 10px 0px;
          border: none;
        }
    
        .source .data {
          font-size: 80%;
          overflow: auto;
          background-color: #FFF;
        }
    
        .info {
          padding: 0.5em;
        }
    
        .source .data .line_numbers {
          background-color: #ECECEC;
          color: #555;
          padding: 1em .5em;
          border-right: 1px solid #DDD;
          text-align: right;
        }
    
        .line {
          padding-left: 10px;
          white-space: pre;
        }
    
        .line:hover {
          background-color: #F6F6F6;
        }
    
        .line.active {
          background-color: #FCC;
        }
    
        .error_highlight {
          display: inline-block;
          background-color: #FF9;
          text-decoration: #F00 wavy underline;
        }
    
        .error_highlight_tip {
          color: #666;
          padding: 2px 2px;
          font-size: 10px;
        }
    
        .button_to {
          display: inline-block;
          margin-top: 0.75em;
          margin-bottom: 0.75em;
        }
    
        .hidden {
          display: none;
        }
    
        .correction {
          list-style-type: none;
        }
    
        input[type="submit"] {
          color: white;
          background-color: #C00;
          border: none;
          border-radius: 12px;
          box-shadow: 0 3px #F99;
          font-size: 13px;
          font-weight: bold;
          margin: 0;
          padding: 10px 18px;
          cursor: pointer;
          -webkit-appearance: none;
        }
        input[type="submit"]:focus,
        input[type="submit"]:hover {
          opacity: 0.8;
        }
        input[type="submit"]:active {
          box-shadow: 0 2px #F99;
          transform: translateY(1px)
        }
    
        a { color: #980905; }
        a:visited { color: #666; }
        a.trace-frames {
          color: #666;
          overflow-wrap: break-word;
        }
        a:hover, a.trace-frames.selected { color: #C00; }
        a.summary:hover { color: #FFF; }
    
        @media (prefers-color-scheme: dark) {
          body {
            background-color: #222;
            color: #ECECEC;
          }
    
          .details, .summary {
            border-color: #666;
          }
    
          .source {
            border-color: #555;
            background-color: #333;
          }
    
          .source .data {
     
    Found 20 hours ago by HttpPlugin
    Create report
prosecution-analytics.bhip-dev.com
CN:
prosecution-analytics.bhip-dev.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-12 01:35
Not after:
2026-04-12 01:35