How can I find the endpoint for making GET and POST requests on a website?
I’m trying to figure out what endpoint and authentication a certain website requires so I can make GET and POST requests and obtain JSON files, similar to what I can do with the WordPress REST API.
How find the endpoint to get and post requests in a website
I’m trying to figure out what endpoint and authentication a certain website requires so I can make GET and POST requests and obtain JSON files, similar to what I can do with the WordPress REST API.