Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged rest

0 votes
1.1k views
1 answer
    I have an error when trying to work with @JsonIdentityInfo jackson annotation. When I try to deserialize the object ... or what is the problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I'm using Postman to send the following request: My controller looks like this: @RestController @RequestMapping( ... more information. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
556 views
1 answer
    I have a REST services to document, some of them accepts simple array like: [ { "name":"a" }, { "name":"b" }, { " ... :"b" }, { "name":"c" } ] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
618 views
1 answer
    I have a REST services to document, some of them accepts simple array like: [ { "name":"a" }, { "name":"b" }, { " ... :"b" }, { "name":"c" } ] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
609 views
1 answer
    We're using Commission Junction's REST service, which requires we sent an API key in the Authorization ... an arbitrary Authorization header? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    I have a Web API controller that looks like this: [HttpPost] public IHttpActionResult Test() { return Ok(); } This is ... (res => res.json()); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
700 views
1 answer
    Just wondering how I can send a curl command with the -d option specifying a file with its path and not a ... Thanks in advance for your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
812 views
1 answer
    I have a rest service which send an 404 error when the resources is not found. Here the source of ... exception but populate my ResponseEntity. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
522 views
1 answer
    I am enjoying the auto HTTP content negotiation of JAX-RS (specifically Jersey), i.e. its ability to route ... requests before they are routed? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
484 views
1 answer
    I am running the latest Docker Toolbox, using latest Oracle VirtualBox, with Windows 7 as a host OS. I am trying ... OSX, but not for Windows. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm using WCF 4 on IIS 7.5 and want to eliminate the default .svc extension from the URL of all my RESTful ... for not needing .svc in my urls? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
505 views
1 answer
    I have been looking for a way to protect my RESTful APIs. This appeared simple, but it seems to not be so ... do for securing your REST APIs? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to pass the DELETE to a URL in asp.net MVC using JavaScript but however i always got 405 Method ... post/delete/8 this is the request See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
860 views
1 answer
    What is the appropriate way of giving an estimate for request completion when the server returns a 202 - ... be named. Other suggestions? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
734 views
1 answer
    I'm upgrading our REST API endpoints and I want to notify clients when they are calling the to-be- ... documentation to update your endpoints" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
560 views
1 answer
    I would like to write a Ruby on Rails application that consumes a RESTful web service API performs some logic on ... this really the best way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
687 views
1 answer
    Background: I noticed this interesting post on Twitter about a Java API for Karate: https://twitter.com/ptrthomas/ ... .0.0 github thread). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    Please help me to understand why from last few days Azure Microsoft Insights API 2016-09-01 is giving the ... in my production environment. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    I have created a simple REST service with two resources. The first resource works great and just returns ... would be much appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
827 views
1 answer
    I am developing an API using CakePHP 3.x documentation. To develop this API I am using their official ... me in getting a breakthrough. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
959 views
1 answer
    I have a powershell script using the Skytap API (REST). I would like to catch the error, if there is one, ... it to do something else about it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
407 views
1 answer
    I know there are a few questions regarding the libraries you can use to do RESTful services in Java, but ... returns, is a framework necessary? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
718 views
1 answer
    What's the rule of thumb for passing data in a REST URL in the query string vs. the body of a request? Ie: ... only do GET-s in your browser. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
948 views
1 answer
    We wrote a small Spring Boot REST application, which performs a REST request on another REST endpoint. @RequestMapping( ... use as an endpoint? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
428 views
1 answer
    I'm writing a web app (REST API) using Spring, Spring Security. Right now I have Basic authentication ... my descriptionexplanation do you see? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
464 views
1 answer
    I try to upload/stream a large image to a REST controller that takes the file and stores it in to a ... answers. It's much appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    I'm using Spring Boot and HATEOAS to build a REST API and when my API returns a collection, it is ... the response without the "_embedded"? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
561 views
1 answer
    I have an API endpoint that I am trying to test with the google app: 'Postman'. I need to set the headers ... is "Message: Token not set". See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...