1

perl と json を使用してユーザー作成を自動化しようとしています。PUT コマンドで次のエラーが発生しました。

<h1>Method Not Allowed</h1>
<p>The requested method PUT is not allowed for the URL /https://sandbox.rallydev.com/slm/webservice/1.43/user/create.js.</p>
</body></html>
',
                                    '_rc' => '405',

POST を試みると、次のようになります。

<h1>Not Found</h1>
<p>The requested URL /https://sandbox.rallydev.com/slm/webservice/1.43/user/create.js was not found on this server.</p>
</body></html>
',
                                    '_rc' => '404',

perl で Rally ユーザーを作成する例はありますか?

4

2 に答える 2

0

URI とそのhttpsスキームを誤って/. それを除く。

于 2013-07-10T20:07:25.577 に答える