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.
WADL 内の HTTP 基本認証について説明したいのですが、これを実現する最もわかりやすい方法は何ですか?
基本認証はヘッダーとして実装されるため、リクエスト内でパラメーターを使用するだけです。
<method name="GET"> <request> <param name="Authorization" style="header" type="xs:string" required="true" /> <!-- other headers... --> </request> <response> <!-- repsonse.. --> </response> </method>