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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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