side note, you can submit to a RESTlet from a clie...
# suitescript
j
side note, you can submit to a RESTlet from a client script without authenticating again
Copy code
<http://https.post|https.post>({
			headers: {
				'Content-Type': 'application/json'
			},
			url: '/app/site/hosting/restlet.nl?script=182&deploy=1',
			body: JSON.stringify(params)
			
		});