In what URL segment do you have language? /en/admin/dashboard or /admin/en/dashboard? [closed]
Closed 10 years ago.
In what URL segment do you have language? /en/admin/dashboard or /admin/en/dashboard? [closed]
Closed 10 years ago.
Different operators in query string like ?var!=value
This one may actually be 2 questions in one.
Different operators in query string like ?var!=value
This one may actually be 2 questions in one.
Different operators in query string like ?var!=value
This one may actually be 2 questions in one.
Different operators in query string like ?var!=value
This one may actually be 2 questions in one.
URLs in javascript in the browser
We are trying to continually improve our source code base and a question came up recently which throws open a new area to improvement. Where best to put URLs that are needed in JavaScript?
Web API: avoiding name conflicts in URL query parameters
I am implementing a REST-like API and have just faced an interesting problem. There is a need to provide a resource with an open list of query parameters to filter the results.
For example:
Should I specify the userId in the REST URL structure?
Basically, one feature of my app is to retrieve the logged user’s friends.
Should non-browser applications connect to a URL?
I have written a game that users will download. When the game is started, I want it to automatically connect to the matchmaking server. Does that mean that, somewhere in the source code for the game, I should have something like