Mongodb – Id getting changed in spring boot request
I have created a project with spring boot and MongoDB as database. I am trying to hit a get request to fetch the data that I have saved in the database. For fetching that I am passing an id from…
I have created a project with spring boot and MongoDB as database. I am trying to hit a get request to fetch the data that I have saved in the database. For fetching that I am passing an id from…
I have a code where I use Dio package in flutter to post request from an API. I checked Postman, and it returned the correct data. The problem is: "DioException[bad response]: The request returned an invalid status code of 405."…
When using get request in flutter using dio Even though host/url is correct it still showed error saying invalid host I was fetching data from data base and present it in a table using django The data fetched using get…
I am writing a express endpoint to get me a user credentials from my mongoDB database using the email but i am getting back a 404 error when i test the endpoint with postman here is the code /**GET: http://localhost:9000/api/user/[email protected]…
when i try to send a GET request with tutorial ,but its not working and end up with 500 internal server error I cant find any error by searching on forum or stackoverflow,and also i ma beginner, kindly seek your…