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
747 views
1 answer
    I am designing REST endpoints for my application and i need to use PATCH for a few of the endpoints. Will all ... able to support the PATCH ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    When I run the following statement Invoke-RestMethod "https://api.mysite.com/the/endpoint" ` -Body (ConvertTo-Json ... with the request I sent? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    It is unclear to me when you should and should not return a HTTP 412: Precondition Failed, error for a ... code or web application exception)? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
680 views
1 answer
    How do you add headers to your http request in Angular2 RC6? I got following code: login(login: String, password: String): ... ;q=0.8,pl;q=0.6 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
653 views
1 answer
    I know there are node.js libraries for Redis; what I'd like to do is run a Redis server (either on localhost ... have a native REST or HTTP API? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
829 views
1 answer
    I've a few APIs I'd like to test with cURL. I tried doing a GET as follows: curl --user username: ... you achieve login to Django using cURL? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
672 views
1 answer
    I am new to using JAX-RS and wrote a sample application that outputs a json object. but I am getting an ... found What am i doing wrong ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
598 views
1 answer
    I have a RESTful webservice which will return string and it was written in Java (JAX-WS). My problem is when I ... ).entity(output).build(); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
794 views
1 answer
    Is there a plugin or library that could be used to access restful APIs from excel (probably using macros) and then ... I'm not a VBA programmer. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
643 views
1 answer
    I am working on my REST client library for CodeIgniter and I am struggling to work out how to send PUT ... approach that is fundamentally wrong. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
531 views
1 answer
    Can anyone explain the difference between a HTTP-GET and HTTP-POST? And why do people say that a HTTP-POST is weaker in terms of security? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
583 views
1 answer
    Given that the DELETE verb in HTTP is idempotent, when I issue the following request, what should happen the second ( ... or a 404 (not found)? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
593 views
1 answer
    How do I test a RESTful PUT (or DELETE) method using cURL? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
554 views
1 answer
    I read that Send cookies with curl works, but not for me. I have a REST endpoint as: class LoginResource(restful. ... What is that I am missing? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
449 views
1 answer
    I'm going to learn RESTful web services (it's better to say that I'll have to do this because it's a ... be developed only with REST from now. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
482 views
1 answer
    I am using spring 4.1.1.RELEASE and have included: jackson-core-asl 1.9.13 and jackson-mapper-asl ... StackOverflow, but problem still persists. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm currently trying to upload a file to a Webserver by using a REST API. And as mentioned I'm using ... the track with this :o Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
666 views
1 answer
    I have a REST endpoint implemented with Spring MVC @RestController. Sometime, depends on input parameters in my ... show an example ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
569 views
1 answer
    I have been reading about REST and SOAP, and understand why implementing REST can be beneficial over using a SOAP ... it is not needed. Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
887 views
1 answer
    I am working on a small client server program to collect orders. I want to do this in a "REST(ful) way". ... I do it. What is good practice? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    Why is there a need to define a new method in RESTful controller, follow it up with a create method? Google ... are used the way they are. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
419 views
1 answer
    I'm trying to find some info on the best and most common RESTful url actions. for example, what url do you ... thanks to anyone helping out :) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
562 views
1 answer
    I'd love some some help handling a strange edge case with a paginated API I'm building. Like many APIs, ... APIs would be greatly appreciated! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
640 views
1 answer
    I am trying to upload a zip file through karate framework using the stack overflow reference: put-requests-to- ... found to import.</message> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    My backbone.js application throwing an HTTP OPTIONS not found error when I try to save a model to my restful web ... as it seems a bit outdated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
629 views
1 answer
    I would like to know what the definitive (?) answer is for how to do things other then POST/GET from a ... necessary? what are the conventions? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
590 views
1 answer
    I would like to POST a json body with Swagger, like this : curl -H "Content-Type: application/json" -X POST ... formData but it didn't work. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
398 views
1 answer
    I'm wondering how to implement partial updates with ASP.NET Web API's RESTful interface? Let's say for ... better to implement PATCH oneself? See Question&Answers more detail:os...
asked Oct 17, 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

...