Set Up to Send Notifications Using HTTP Client
## Overview
You can use the HTTP client to send any request.

## Notes
1. The request URL (address field) is fixed.
2. Cookie is not available.
## Prerequisite
1. Set "HttpClient" in "[Notification.json](/manual/notification-json)" to true.
## Setting Columns
|Column name|Required|Summary|
|:--|:-:|:--|
|Address|Yes|Enter the request URL. |
|Method type|-|Specify the HTTP request method. You can specify GET, POST, PUT, or DELETE. The default is GET. |
|Encoding|-|Specify the character encoding of the notification content. You can specify utf-8, shift_jis, or euc-jp. The default is utf-8. You can specify a pull-down option in HttpClientEncodings in "[Notification.json](/manual/notification-json)". |
|Media type|-|Specify the notification content's media type (Content-Type). The default is application/json. |
|HTTP header|-|Specify additional HTTP headers in JSON format. Example: {"User-Agent":"Mozilla/5.0 .."}|
## Supported Versions
|Version|Body|
|:--|:--|
|1.3.17.0 and later|Added function|