Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
nlapiRequestURL on client side?
I'm calling nlapiRequestURL on the client side... The URL I am calling returns some JSON data (content-type = "application/json").
When I examine response.getBody(), I get the proper JSON text response I am expecting, but there are some HTML-style comments appended to the bottom of the response that look like this:
<!-- 855 0% #3--> <!-- [ a.j108.sv ] [ 2009.2.0.145 ]--> <!-- [ TSTDRV610447 ] [ ess-010410-vc212@netsuite.com ] [ /app/common/scripting/nlapihandler.nl ] [ Sun Jan 31 21:53:59 PST 2010 ] --> <!-- Not logging slowest SQL -->
That's kind of a bummer to see that there, as it makes it kind of hard to parse the JSON response. Not impossible, I suppose, but I'm wondering if there's a way to get rid of it!
0