View source: R/labkey.defaults.R
labkey.setWafEncoding | R Documentation |
By default, this command encodes the SQL parameter to allow it to pass through web application firewalls. This is compatible with LabKey Server v23.9.0 and above. If targeting an earlier server, pass FALSE to this method.
labkey.setWafEncoding(wafEncode = TRUE)
wafEncode |
a boolean specifying if wafEncode mode is enabled or disabled |
Cory Nathe
## Not run:
library(Rlabkey)
labkey.setWafEncoding(FALSE)
labkey.executeSql(
baseUrl="http://localhost:8080/labkey",
folderPath="/home",
schemaName="core",
sql = "select * from containers")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.