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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. 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