Should I implement slugs with my already fairly long URLs? [closed]
Closed 12 years ago.
add a prefix to localhost [closed]
Closed 11 years ago.
Best way to protect website application code
Background I have a web application that I host on my own server. I have clients who use the application as is, but some have asked if they can host the application on their own server. This enables them to have their own URLS rather than mine. The application only forms part of their website […]
Using double dot notation in URL link
I’ve recently been working on a project and I’ve been seeing two different forms of url’s being used.
Is path in Set-Cookie URL encoded?
I’m writing some code that sets cookies and I’m wondering about the exact semantics of the Set-Cookie
header. Imagine the following HTTP header line:
Pass around record ids in the url in PHP
I’m doing a PHP application with CodeIgniter and most of my controllers accept record ids as parameters for retrieving purposes.
I also pass record ids in my forms action.
Like this: www.sample.com/records/save/sFKu=4
URL Naming Convention with Repetitive Letter
What is a good practice to name an URL if it contains repetitive letters. For example, /info/foossite
URL Naming Convention with Repetitive Letter
What is a good practice to name an URL if it contains repetitive letters. For example, /info/foossite
URL Naming Convention with Repetitive Letter
What is a good practice to name an URL if it contains repetitive letters. For example, /info/foossite
HasMany RESTfull Implementation
So I’ve been reading a lot on RESTfull design – specifically dealing with resources.