Skip to content
Discussion options

You must be logged in to vote

Sounds like CSS/JS aren't loading ? usually a cert trust issue, not "missing formatting" from the HTML itself.

Checklist:

  1. Create + trust the root cert on the client machine:
proxyServer.CertificateManager.CreateRootCertificate();
proxyServer.CertificateManager.TrustRootCertificate(); // or TrustRootCertificateAsAdmin()
  1. Confirm ExplicitProxyEndPoint(..., decryptSsl: true) and that the browser trusts "Titanium Root Certificate Authority".
  2. In DevTools ? Network, check if stylesheet/script requests are failing (often NET::ERR_CERT_*).

If you're rewriting HTML in BeforeResponse, make sure you're not breaking relative URLs or stripping link tags.

Closing for now ? reopen with a failing URL …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by justcoding121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants