restful-url
how to specify a range of data or multiple entities in a restful web-service
To access an instance of a User in a restful web-service the url is structured as shown in the curl request below:[详细]
2023-04-01 16:39 分类:问答How should a resource edit path looks like on a restful web app?
Do you know how a resource edit path should looks like on a restful web app? Can\'t find any serious reference but the Ruby on Rails way that it\'s just a convention.[详细]
2023-04-01 06:19 分类:问答HTTP POST with URL parameters - what should the server reply with?
I\'m working on designing a RESTFul service which provides CRUD operations for various domain objects. One such object is Person.[详细]
2023-03-31 10:03 分类:问答How to invalidate 'other' URIs in case of a PUT request?
A resource can be identified by multiple URIs. e.g. /person/1234 /person/list?fname=John /person/list?lname=Doe[详细]
2023-03-31 04:12 分类:问答RESTfully design /login or /register resources?
I was designing a web app and then stopped to think about how my api should be designed as a RESTful web service.For now, most of my URI\'s are generic and might apply to various web apps:[详细]
2023-03-29 10:54 分类:问答How to make restful calls from server?
Hi i have a restful project and I make rest calls from client side. But for a case I need to make restful calls from server side. How can i do that?开发者_如何学编程You can use Apache HttpClient libra[详细]
2023-03-25 22:45 分类:问答Maintaining URL parameters across page views
I am writing a Django application and would like to provide optional filters and sort options to the results displayed. I would like to represent these optional filters and sort options using RESTful[详细]
2023-03-22 06:44 分类:问答Basic help with mod_rewrite conditions
Hi. I am new to mod_rewrite and was wondering if it was possible to do the following: RewriteRule ^([^/]*)$ index.php?slug=$1[详细]
2023-03-16 23:45 分类:问答What is the preferred Restful URI design to distinguish between a collection and singleton resource?
I have a URI structure which is hierarchical for a particular data set: /Blackboard/Requirement/{reqID}/Risk/{riskId}/MitigationPlan/{planId}[详细]
2023-03-16 02:14 分类:问答Is it possible to have route multiple parameters in asp.net mvc using maproute
I want a user to be able to access objects (could be JSON or XML) using a restful syntax rather than having to use query strings.[详细]
2023-03-15 19:03 分类:问答