Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RestlerのAPIExplorer(Swagger UIのフォーク)を使用しています。そこでサービス呼び出しをテストすると正常に機能しますが、同じURLを切り取ってChromeのAdvanced RESTクライアントに貼り付けると、「403Forbidden」エラーが発生します。どうしてそれができるのでしょうか?リクエストで渡す必要のある必須のヘッダーパラメータはありますか?
スクリーンショットは次のとおりです。
コンテンツタイプを正しく取得する必要があります。データをJSONとして送信していることを確認してください(application/json)
application/json
ヘッダーを追加する必要があります
Content-Type application/json