レストレットをデバッグできないようです。エラーが発生し続けます:
INVALID_HOST
Invalid host debugger.netsuite.com. Please send RESTlet requests to https://rest.netsuite.com/.
私の展開は外部URLを次のようにリストしています
https://debugger.netsuite.com/app/site/hosting/restlet.nl?script=58&deploy=1
が、そのステータスは「テスト中」です
debugger.netsuite.com にログインし、クリックして既存のスクリプトを使用すると、Cookie が提供されます。この Cookie を HTTP リクエスト ヘッダーに追加しても、上記のエラーが返されます。
私が送信しているリクエストヘッダーは次のとおりです。
Cookie: NS_VER=2012.1.0; JSESSIONID=$session_id
Content-Type: application/json
Authorization: NLAuth nlauth_account=$account_id,nlauth_email=$email,nlauth_signature=$password,nlauth_role=
デバッガーに接続できない理由を知っている人はいますか?