Created
March 10, 2016 22:58
-
-
Save roryl/0dd3a93741ee5c491130 to your computer and use it in GitHub Desktop.
Tests what Lucee is making for an SSL request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfhttp url="https://www.howsmyssl.com/" /> | |
<cfdump var=#rematch('Your client is using[^<]+',cfhttp.FileContent)# /> | |
<cfdump var=#Server.Lucee.Version# /> | |
<cfdump var=#Server.Java.Version# /> | |
<cfoutput>#cfhttp.filecontent#</cfoutput> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment