Am I remembering correctly in that there was somet...
# suitescript
e
Am I remembering correctly in that there was something up with
<http://http.post|http.post>
using SS2.1? Trying the same code with SS2.1 fails (error 500) while 2.0 works as expected
The old code had which works in 2.0. Odd.
Copy code
var headers = [];
                headers['authorization'] = connectionDetails.AUTHORIZATION;
                headers['Content-Type'] = connectionDetails.CONTENT_TYPE;
Headers as an array. Copy pasta failed, I missed it should be an object