/get2post

A simple API to make a GET request and return a response from a request POST

Primary LanguageJavaScript

get2post

A simple api that turns a GET request into a POST request

Example

GET REQUEST

https://get2post.onrender.com/?url=https://jsonplaceholder.typicode.com/posts&json={"name":"john"}

POST REQUEST RESPONSE

{
    "name": "jhon",
    "id": 101
}