Java : MIME type may not contain reserved characters?
Hi I am using spring version 5.2.25.RELEASEI am trying to call an api to upload file ,however i get below error in responseNote : I already added contentType as...
View ArticleTomcat / Geoserver returns 403 access denied after multiple REST API calls
I'm running Geoserver 2.11.2 on Java 1.8.0_144 32 bits on Amazon Linux together with Tomcat 9 and ran into the following problem:I the Geoserver REST API to automatically create users accounts. To...
View ArticleHow to fetch all the data from RESTful APIs?
I have implemented a RESTful API with few resources, for example:/products//products/1/products/2/categories//categories/1/categories/2etc.Now, I have been told that the app should mainly work offline,...
View ArticleGraphql and round trips. Is this just an iOS app issue?
I'm taking another look at graphql, and I'm trying to understand why saving round trips is a benefit to developers. Is the cost of making a request so expensive? I'm coming from a web development...
View ArticleHow to better append html response content to a Node.JS pug template?
My Node.JS app makes an external API call which returns markdown response. I then use https://github.com/showdownjs/showdown toconvert it to HTML and append it to a scrollable list in the following pug...
View ArticleIn node js - required body params matching with db value in mysql
In Node.js, I created an API to check if a customer exists based on their mobile number or email. However, when I pass values that aren’t present in the database, it still shows a "success" response....
View ArticleTransaction issue when DB Call happens after Rest Call
I am using Spring Boot and my application is just Monolithic for now, may switch to microservices later.SCENARIO 1: Here My DB call Does NOT depend on REST Response@Transactionalclass MyService {...
View ArticleRails API: Authenticate users from native mobile apps using username/password...
I have been pulling my hair out for a few days now trying to figure out how to add username/password authentication to my rails mobile API.Here is a brief overview of my current authentication...
View ArticleCcall restful API through Oracle query
Is there a way in Oracle to call a restful API through Oracle query?Case: upon insertion a certain record in database, a trigger will call an API outside the machine using JSON format.
View ArticleUsing RESTful webservices with Struts 2
We are evaluating the design for educational activity. We would like to create complete backend (which handles business logic) in form of RESTful web services.These services can be used by various...
View ArticleBest Practices for Handling HTTP Method Validation in FastAPI [duplicate]
I'm working on a FastAPI application, and I encountered an issue where FastAPI was recognizing the wrong route for certain HTTP methods. Specifically, I have two routes: /users/signup and...
View ArticleHow to get Demo Clients Using Mindbody API Python
Can anyone tell me the steps to get the demo clients from Mind-Body? As of now, I created a basic developer account and have the API key from that account. However, when I go to this URL,...
View ArticlePass international phone format while updating phone number with Quickbase...
I need to pass phone numbers from a third party app to Quickbase via the Restful API. We receive phone numbers from outside the United States, so I need to pass in the country format as well as the...
View ArticlePass multiple JSON data in Request Body of Postman and Get into Java Rest API...
I want to get multiple JSON data which I am passing into Postman in Body as Json format.If I am passing single json data like : "{"firstName":"riya","lastName":"soni"}" so I can get it in my Java API...
View ArticleI am trying to check the user status of openIDM, throught restAPI's, i am...
How to fix this issue? And this is my IDM url (http://idm.example.com:8080/admin/#resource/managed/user/list/). Can anyone help me with this one?I'm making a GET request to the ForgeRock IDM API at the...
View ArticleSending gzip data using restclient or postman
How can I send gzip data as part of body using restclient or postman?. I used apache restclient 3.2.2 also couldn't able to get the response. I have attached images for reference.Basically I have an...
View ArticleHow to get lastSignInDateTime from Azure AD through Postman
I need to fetch lastSignInDateTime from Azure AD through Postman.May I know how I can the fetch the details of the usersI tried with below URL but it's not working for...
View ArticleHow to parse RESTful API response with powershell that doesn't have key...
I'm writing a powershell script to call a RESTful API and I need to parse the response. I'm having trouble parsing the response because there isn't a key name to the array. The API just returns...
View ArticleMicrosoft Graph API: How to get url for Task in Planner?
I am using planner task API from Microsoft Graph APIs to get details of a task created in planner. Is there any way to Teams client URL for task from Graph APIs? In the API response I don't see any...
View ArticleOne-to-one relationship in Spring Boot: Attribute is not saved from Angular...
Why is the race object not being saved in the database when using my Angular app, but it works correctly via Postman?´Hallo, I'm developing an application with Spring Boot and Angular. I have a Puppy...
View Article