Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 128475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:38:29+00:00 2026-05-11T05:38:29+00:00

Are there any naming conventions or standards for Url parameters to be followed. I

  • 0

Are there any naming conventions or standards for Url parameters to be followed. I generally use camel casing like userId or itemNumber. As I am about to start off a new project, I was searching whether there is anything for this, and could not find anything. I am not looking at this from a perspective of language or framework but more as a general web standard.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T05:38:30+00:00Added an answer on May 11, 2026 at 5:38 am

    I recommend reading Cool URI’s Don’t Change by Tim Berners-Lee for an insight into this question. If you’re using parameters in your URI, it might be better to rewrite them to reflect what the data actually means.

    So instead of having the following:

    /index.jsp?isbn=1234567890 /author-details.jsp?isbn=1234567890 /related.jsp?isbn=1234567890 

    You’d have

    /isbn/1234567890/index /isbn/1234567890/author-details /isbn/1234567890/related 

    It creates a more obvious data structure, and means that if you change the platform architecture, your URI’s don’t change. Without the above structure,

    /index.jsp?isbn=1234567890 

    becomes

    /index.aspx?isbn=1234567890 

    which means all the links on your site are now broken.

    In general, you should only use query strings when the user could reasonably expect the data they’re retrieving to be generated, e.g. with a search. If you’re using a query string to retrieve an unchanging resource from a database, then use URL-rewriting.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there any generally-accepted coding standards (naming, casting etc) that apply specifically to iPhone/Cocoa/Objective-C?
Are there any good articles on naming comprehensive naming conventions? I'm looking to clean
Are there any industry standard conventions for naming jar files?
Are there any naming conventions for DB triggers? For example before delete on users
Are there any naming conventions for tables/fields within MySQL? I have found a big
Are there any accepted naming conventions for the innards of Python decorators? The style
Are there any conventions or good practices when naming interfaces for EJBs? I am
Is there any way to create a naming convention for my primary key constraints
I have many js files, with some naming convention. If there any tool that
Is there any way to use Google's API to retrieve a user's current zipcode

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.