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 8887881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:55:02+00:00 2026-06-14T21:55:02+00:00

I have a site with an application that people installed on their computer. The

  • 0

I have a site with an application that people installed on their computer. The application accesses my site with the get parameter param: mysite.com?param=sometext.

Due to a recent upgrade and an integration with another system, my site now needs the parameter p: mysite.com?p=sometext. I need the page to change the parameter without refreshing the page (when a user sends the param parameter I need it converted to the p parameter).

Is there any way to do this with jQuery/AJAX? Maybe something else?

Thanks

  • 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. Editorial Team
    Editorial Team
    2026-06-14T21:55:03+00:00Added an answer on June 14, 2026 at 9:55 pm

    jQuery and AJAX are client-side technologies. The limitation of your installed base of users is presumably that you can’t change anything at the client side without persuading everyone to reinstall the application; in that case these can’t help you.

    Since you can’t change the requests coming from the client app, the only thing you can do is make the server-side respond to param=x the same as it would for p=x. That would seem to be easiest to do by changing the script that receives the request to allow either one of the parameter names to be used interchangeably.

    If you can’t change the script either, about your only remaining tactic would be to alter the request at the web server level. For example if you were using Apache with mod_rewrite, you could add to the config something like:

    RewriteCond %{QUERY_STRING} param=([^&]+)
    RewriteRule /myscriptpath /myscriptpath?p=%1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that uses Django 1.3 installed in python's site-packages. I want
I have an existing application that imports data from a web site api into
I have an application that allows people to post images on each others profiles
I have a site that lists movies. Naturally people make spelling mistakes when searching
i have an application on my site where people can sign up to receive
I downloaded nUnit and TestDriven.net. I have a legacy Web Site application and I
I'm currently working on an oophp application. I have a site class which will
I have created a site collection inside a web application with user A as
i have watched a site which has taught iphone application using dashcode.it says dashcode
I have read about application object in android site but I couldn't understand. What

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.