Skip to content

Commit

Permalink
Merge pull request #1 from FruitVodka/FruitVodka-patch-1
Browse files Browse the repository at this point in the history
Update LogToBugLogHQ.cfc with the required var
  • Loading branch information
varshav0119 committed Oct 10, 2017
2 parents d09611f + b14d88f commit f468f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonus/LogToBugLogHQ.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<cfset msg = variables.message />
</cfif>

<cfset reqHeaders = getHTTPRequestData().headers />
<cfset var reqHeaders = getHTTPRequestData().headers />
<cfset var reqBody = getHTTPRequestData().content />
<!--- on input with content-type "application/json" CF seems to expose it as binary data. Here we convert it back to plain text --->
<cfif isBinary(reqBody)>
Expand Down

0 comments on commit f468f72

Please sign in to comment.