0
votes
0answers
27 views
Receiving “Path ‘PUT’ is forbidden” for RESTful Web Service Built on ASP.Net MVC
We have a super RESTful web service running well on two dev machines and a test 2k3 server. We're trying to get the same service running on two other offsite dev boxes. Whenever …
2
votes
1answer
23 views
How should one provide links in RESTful service using a non-XML data representation?
Hi all
I've been doing a lot of reading lately about how to implement truly RESTful WS's. A lot of people have linked to the article here which details several constraints that i …
1
vote
1answer
23 views
Twitter Service Proxy in C#
Does anyone know of a Twitter service proxy in particular, or a general-purpose REST service proxy that I could install on my own server, written in C#?
The point here is to dir …
0
votes
1answer
33 views
HTML/javascript client with a REST backend
I have previously written my web apps with a server side / html template language type design. I am interested in writing a static html client that uses javascript to fetch data fr …
0
votes
2answers
61 views
Using HTTPS with REST in Java
I have a REST server made in Grizzly that uses HTTPS and works wonderfully with Firefox. Here's the code:
//Build a new Servlet Adapter.
ServletAdapter adapter=new ServletAdapt …
0
votes
0answers
17 views
LINQ To Rest missing functions like Count() and First(). How do I add those to my ADO.NET Data Service?
I have an ADO.NET data service based off of a LINQ-To-SQL class. I can query this ADO.NET service using LINQ to Rest queries which build simple rest statements. But if I want to us …
0
votes
5answers
98 views
Use HTTPClient or HttpUrlConnection?
We're implementing a REST client on JRE 1.4.
Seems two good options for a client REST framework are HttpClient and HttpUrlConnection.
Is there a reason to use HttpClient over …
0
votes
3answers
75 views
Most appropriate API for URL shortening service
Hi Folks,
I've just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites).
I'm …
2
votes
2answers
50 views
Best practice for updating a structured resource via REST?
I have a client-side interface that allows the user to perform multiple edits against a tree-like outline. I consider the aggregate of the records making up that outline, in total …
2
votes
2answers
82 views
Anyone has an example of a “Well Defined” REST Web Service?
I read tons of posts, questions and answers on the REST vs SOAP debate. I read a few REST supporters that claim that "well designed" REST Web Services are self explanatory and hard …
0
votes
0answers
25 views
WCF Delete 401 - Unauthorized: Access is denied due to invalid credentials.
I have a WCF REST service that among others saves/deletes files and folders on the server.
To be able to access data on the server I impersonate a user that has credential for writ …
0
votes
2answers
50 views
REST API for multiple actions on a file
This is continuation of my question on how to design a REST API for a media analysis server. As per Derrel's answer, in my current design I start the analysis of a media file using …
0
votes
1answer
32 views
sqlalchemy REST serialization
Reading the doc of sqlalchemy, i saw the serialization part.
I'm wondering about a possibility to use an xml serializer for matching sa models with Rest webservices like Jax-RS
The …
1
vote
3answers
38 views
Recommended Way to Control Making HTTP requests?
Hypothetically, if the user clicks "save,save,save,save" a bunch of times on a text file, making single character changes at a time and managing to resave 5 times before the first …
1
vote
6answers
158 views
Which is the best Java REST API - Restlet or Jersey?
Which REST API do you prefer - Jersey or Restlet? This would encompass both the client and server API-s.
We really need to just pick one and kick the tires around but I was curio …
