Questions tagged [restful]
19 questions
20
votes
4 answers
What is the correct HTTP status code for: "This version of this API has been discontinued"?
I have a RESTful API. There are 3 versions of it: v1, v2, and v3. I am about to publish v4, and we have decided to discontinue v1, meaning that all requests to http://example.com/v1/resource will fail, but calls to http://example.com/v2/resource…
Brandon Yarbrough
- 301
- 1
- 2
- 5
5
votes
1 answer
What are the differences between a regular HTTP web server and a REST server?
I am learning about REST services and from what I understood until now the only difference is the language of the file that is outputted by the script that runs as a backend.
Can a regular web server that outputs a HTML file that contains the number…
yoyo_fun
- 373
- 1
- 3
- 9
5
votes
2 answers
What qualifies as a REST web service?
A year ago i developed an iOS application that was connecting to a server with HTTP requests exchanging JSON files, etc... I was told at that time that the server was a web (REST) service. I didnt care much since for me it was just a black…
Jonh Smid
- 151
- 2
3
votes
1 answer
What is the current practice for mobile domains?
What is the current "standard" practice for mobile (m.*) domains (and why)? When should I use them? When should I not?
I've read some sources online (mainly stackoverflow and the google developer docs), but wondered if someone could shed some more…
Thiago Arrais
- 131
- 2
3
votes
0 answers
How to authenticate to WIX-BLOG API?
So I need to get all my blog posts every 5 hours.
This looks like a way to go:
https://dev.wix.com/api/rest/wix-blog
The only thing I don't get is how to authenticate to this API so I get MY OWN blog posts?
From what I've read so far it looks like I…
Milano
- 171
- 2
3
votes
0 answers
How to make my website SEO friendly while using Restful API?
I'm using lumen on the backend and simple JQuery on the front end. Soon I'll be shifting towards the angular front end.
But one thing that has been the cause of my tension is how should I make my website SEO friendly.
All I know about SEO till now…
Black Mamba
- 166
- 6
2
votes
1 answer
REST webservice full implementation: server + client
I've spent a week reading about RESTful webservice and searching for a fully example to build my project above.
When I reach a fully understanding of the REST webservice, I couldn't find any full implementation for it!
I was wondering why there's a…
Nancy Smith
- 23
- 4
2
votes
2 answers
How to block malicious requests before they reach Apache?
I have a RESTful web service that gets hit by a large number of requests coming from various IPs with dummy logins and random inputs. I have already denied these requests at the HTTP level (using the Apache config file) so they get a 403…
user881480
2
votes
0 answers
Are SOAP based web services meant to be used only with non-browser based applications?
From what I have understood from browsing internet, SOAP is an application level protocol. If this is the case, then can I safely assume that all that happens thru/over browser (which uses HTTP application protocol) is NOT SOAP based web service and…
BioLogic
- 173
- 3
1
vote
1 answer
Render external page content via REST call
Does anyone know of any extensions or ways to be able to grab content from a REST call and render it in a MediaWiki page?
Long story short I need to maintain access to a legacy MediaWiki installation but all new content will be on a Confluence…
mccartyn
- 11
- 2
1
vote
1 answer
How should I upload videos to Amazon S3?
I have a project which is basically a website like YouTube. I am hosting my videos with Amazon S3.
I am confused as to whether I should upload videos (200mb+) by a PHP script or by browser-based upload. What I mean by browser-based is uploading the…
JustIgnite
- 113
- 4
1
vote
1 answer
Can I use scripts to block other script or block/rewrite HTTP requests?
I'm building a personal website using this premade Enterprise-class CMS because it has both the blogging and wiki/docs parts in one package, it's not as gorgeous as a Wordpress site can get but it's got a ton of management tools and then some. Plus,…
Vita
- 173
- 6
1
vote
1 answer
Using friendly URLs for web pages and Rest Styles URLs for services, is it a good approach?
Is my approach to SEO regarding URLs right?
I am using friendly URLs for web pages and Rest Styles to consume services. I've been a web developer for about 10 years. I first heard of "friendly URLs" and Rest APIs about 3 years ago and only about 1…
Diego Alves
- 131
- 4
1
vote
2 answers
REST API vs SEO
I was recently (for about half year) creating REST API based web pages for my client. Mostly using:
node.js,
express.js,
react,
mongodb,
etc.,
but suddenly client decided that he don't want REST API based websites any more because all of them…
nosbor
- 119
- 4
1
vote
1 answer
Will using REST API from my site hosted on wordpress.com result in duplicate content?
I have a blog on wordpress.com to store content. I want to access that content using the REST API for a non-wordpress website.
My question is, will this result in duplicate content (on wordpress.com and my website) in the eyes of search engines? …
orandanow
- 11
- 1