Skip to content

Tag: api

How to access XML POST request with node.js?

I making a web app with node.js.I have a API on /api/users/register that takes name and password.I want to sent a POST request to that adress with XMLHttpRequest.The request comes to the API but i cant figure out how to access name and password. I tried to access with req.body but it returns an empty list.Is …

JSON POST and GET 404 (Not Found)

I am trying to create an API in Django but am receiving the following errors message in the JavaScript console. Does anyone know how to fix this problem? API url: path(“edit/<int:post_id>”, views.edit, name=”edit”) views.py JavaScript HTML I think something might be wrong in the …

How to update large JSON objects? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 4 months ago. Improve this question The server sends me a data as JSON to descripe a product. A product consists of properties …

API that provide hotel prices from various website? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 9 months ago. Improve this que…