> For the complete documentation index, see [llms.txt](https://docs.liquidapps.io/liquidapps-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquidapps.io/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidharmony/creating-an-oracle-request-uri/http-https-get-post-json/http-https-post.md).

# HTTP/HTTPS POST

## HTTP POST

<mark style="color:green;">`POST`</mark> `http+post://mainnet.eosn.io:443/v1/chain/get_info`

Query any HTTP POST request.

#### Path Parameters

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| request\_type | string | oracle request type |
| url           | string | url path            |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## HTTPS POST

<mark style="color:green;">`POST`</mark> `https+post://mainnet.eosn.io:443/v1/chain/get_info`

Query any HTTPS POST request.

#### Path Parameters

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| request\_type | string | oracle request type |
| url           | string | url path            |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
