Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [rest]

REST (Representational State Transfer) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. It has increased in popularity relative to RPC architectures such as SOAP due to the intrinsic de-coupling of client from server that comes from having a uniform interface between heterogeneous systems.

rest
-1 votes
0 answers
18 views

spring boot postmapping request header too large

I am trying to convert an html string to pdf using flying saucer, the code works fine on my local, but then when I deploy to dev environemtn, im getting request header too large error. I tried adding ...
NewBond007's user avatar
0 votes
0 answers
13 views

Modify Content-Type value in boundary/form data

Is there any way in REST Sharp version 111.3 to modify the Content-Type value inside the form data? Below is an example outgoing call I captured with Fiddler. As you can see, the content is JSON (...
Jeff R's user avatar
  • 1
-1 votes
0 answers
17 views

REST login service with JWT authentication fails

I'm trying to setup a REST service with JWT authentication, but it fails without hope. The architecture of the service is based on Spring Boot 3.2. and all the latest Spring Security components. The ...
Riccardo Migliaccio's user avatar
1 vote
0 answers
31 views

how to pass client id and client secret from oath 2.0 redirect to call back api

i was trying to set up dropbox oauth in my app, the following is the handler for grantapi, the grant api redirects the user to dropbox authentication page its address is localhost:8089/api/grant ...
hafis's user avatar
  • 101
0 votes
1 answer
34 views

File is blank in laravel when uploaded in Postman

I have this problem. I have a laravel code where I tried to submit a post request with 'attachments'. The problem is, when I try to add 'attachments' to the body and added the headers multipart/form-...
cnd-TLC's user avatar
0 votes
1 answer
19 views

Spring REST Service with spring security JWT

I'm trying to setup a REST Service with JWT authentication (I confess that many parts of the authentication process have been copied from some tutorials), it seems the code is ok, Spring compiles ...
Riccardo Migliaccio's user avatar
0 votes
0 answers
7 views

How to include fields with null values in Netflix DGS Graphql response

We are using NetflixDGS with spring-boot to implement rest API. Say my API response has to return below object { "name": "Abc", "age": "25", "place": ...
Chethan G B's user avatar
-1 votes
0 answers
22 views

How can I send MultipartFile using FeignClient?

imageI have an HTML form with a file submission, how can I send it to the api. When I try to send it directly I get com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found ...
Georgi Atanasov's user avatar
0 votes
0 answers
10 views

Does Appian provide a REST API or SDK to retrieve a list of application names?

I’m working on integrating Appian with a C# application and I need to retrieve a list of application names from my Appian environment. Could anyone tell me if Appian provides a REST API or an SDK that ...
Solanki Sagar's user avatar
0 votes
0 answers
26 views

How to get metaobject data using the shopify admin graphql api

I am creating a student portal for the students who pay for a monthly subscription through shopify as a react vite app. I have metaobjects for lessons, assignments and assessments, whose information ...
Tices's user avatar
  • 13
-2 votes
0 answers
23 views

Spring Boot with both SOAP and REST endpoints - Why is my app not starting up?

I am trying to add a soap endpoint to my application with some rest endpoints. But when I add the beans for SOAP, the application startup fails with the below error. The bean 'messageDispatcherServlet'...
Halley's user avatar
  • 517
0 votes
0 answers
38 views

Has Anyone Else Noticed Extremely Slow Response Times from the Marvel API Lately? [closed]

I've been using the Marvel API for a while now, primarily to fetch character and comic data for a project. Up until a few days ago, the response times were great – I could retrieve 50 records in less ...
GFPF's user avatar
  • 949
0 votes
1 answer
27 views

How can I track which fields have been edited in Netsuite when syncing NetSuite sales orders to Salesforce?

I'm working on a project where I need to sync sales orders between NetSuite and Salesforce. Specifically, I'm trying to track which fields have been updated in NetSuite and ensure these changes are ...
Maira S's user avatar
0 votes
1 answer
15 views

Authorization failed for request first and then is correct

In our Backend we have several services which need to communicate. Until now they didn't have any kind of authorization. So anyone could have communicated with any service. Now we want to introduce ...
Tomtom's user avatar
  • 9,324
-2 votes
0 answers
13 views

Handling shared libraries with restful API and Blazor Frontend C# [closed]

I was curious what is the best approach to shared libraries/models for a restful Api and Blazor frontend? I was going down the route of creating separate models for both, but I understand that they ...
tbay007's user avatar

15 30 50 per page
1
2 3 4 5
6193