# ウェブベースのサービスのURLパス指定（クラシック）

{% hint style="info" %}
Nexthink Finderは、Windows専用のデスクトップアプリケーションで、現在、その機能はNexthinkのwebインターフェース内で利用可能です。 Nexthinkは、現在ブラウザから直接使用でき、多くの機能が追加のデスクトップアプリケーションを必要としなくなりました。
{% endhint %}

特定サービスプロバイダーのドメイン名を指定することで、Nexthink内で従業員のウェブアプリケーションおよびウェブサイトへの接続性を測定するためのサービスを定義できます。 場合によっては、同じドメイン内にあるいくつかのサービスを区別したいこともあります。 例えば、次の違いを強調したい場合があります。

* `www.example.com/agenda`
* `www.example.com/share`

これらの二つのアドレスを異なるサービスとして扱うには、まずドメイン`www.example.com`に宛てたWebリクエストのURLを[コレクターが報告するように設定](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/windows-collector-references/reporting-the-url-of-http-web-requests-classic.md)してください。

次に、Finderで[2つのサービスを作成します](/platform/ja/user-guide/using-finder-classic/monitoring-it-services-classic/creating-a-service-with-finder-classic.md)、タイプ**HTTP webリクエストとURLパス**の。 同じドメイン内でサービスを区別するために、ドメイン名に加えてURLパスを指定できます。 URLパスオプションはHTTPにのみ利用可能であり、TLS webベースのサービスには利用できないことに注意してください。 例を続けると、URLパスとして次を指定します。

* 議題
* 共有

すべてのサブパスは当然のこととして定義に含まれています。 URLパス内のゼロまたはそれ以上の文字を置換するためにスターパターンを使用することもできます。

| ドメイン              | URLパス | マッチ                                                                                                                                                                                                                       |
| ----------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `www.example.com` | 議題    | <ul><li><code>[www.example.com/agenda/mycal.php](http://www.example.com/agenda/mycal.php)</code></li></ul>                                                                                                                |
|                   | 共有    | <ul><li><code>[www.example.com/share/myshare.html](http://www.example.com/share/myshare.html)</code></li><li><code>[www.example.com/share/groupshare.html](http://www.example.com/share/groupshare.html)</code></li></ul> |
|                   | sh\*  | <ul><li><code>[www.example.com/share/myshare.html](http://www.example.com/share/myshare.html)</code></li><li><code>[www.example.com/sharing/index.html](http://www.example.com/sharing/index.html)</code></li></ul>       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nexthink.com/platform/ja/user-guide/using-finder-classic/monitoring-it-services-classic/specifying-url-paths-of-web-based-services-classic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
