-
Can't post request body with http.post
const headers = { "Content-Type: application/json", "accept-encoding": "*", } const params = { opcode: "500", mrd_path: "http:/dummy/sample.mrd", mrd_param: "/rfn [http://dummy/sample.txt]", export_type: `xlsx`, protocol: `file`, } http.post({ body: params, url: "http://dummy", headers: headers, }) Here is my script that…
-
How to Add HSTS to the Header of a SC Standard Website?
Is it possible to add the HSTS header line to a SuiteCommerce standard website? What file would that be located in? I don't see a .htaccess. Has anyone come across this problem? Our CC processor requires HSTS but our SC website does not have it. We've reached out to NS support and they were not able to help - just said…
-
Masking the URL in Outbound Requests
Hello, In the Setup - Company - Outbound Requests, we are not able to see the whole URL of the request even as an Administrator. Some part of the request is masked with several X character (please see screenshot below). In the script logs which made that http request, I can see the whole URL because I log it in Execution…
-
HTTP Logs out of NetSuite? ext.forms or websites pulling files from the filing cabinet
We are looking to see if we can track how often an ext.form or a file from our filing cabinet is being used. We are deprecating some of the uses of our NetSuite and we want to make sure we aren't getting rid of anything we may need. An example is we have a link that we give customers who when they access it. Brings them to…