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

  • SEARCH
  • Home
  • 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 551201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:22:06+00:00 2026-05-13T11:22:06+00:00

I just made quite a large update on a website that uses asp.net. In

  • 0

I just made quite a large update on a website that uses asp.net. In the new update I have changed a lot of the code so that I use jquery instead together with asp.net web service. Many of my users have problems with that the new update doesn’t work until they flush all cache in their browser. As it’s a lot of work to tell everybody to flush their cache, maybe I can force a flush when they load the new update?

A typical ajax call that the user have problems with is:

$.ajax({
    type: "GET",
    url: url,
    dataType: "json", cache: false, data: "{}", contentType: "application/json; charset=utf-8"....

On the server machine I log the errors and it looks like this:

Error Message: There was no channel actively listening at 'http://www.domain.com/Service.svc/get?date=2010-01-12&_=1263327373122&{}'. This is often caused by an incorrect address URI. Ensure that the address to which the message is sent matches an address on which a service is listening.

The “_=1263327373122” part shouldn’t be there at all.. When the user have flushed their cache it works perfect again. How can I fix this problem?

  • 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-05-13T11:22:07+00:00Added an answer on May 13, 2026 at 11:22 am

    If you don’t want to send any data, just omit the data parameter or change it to data: {} (without quotes). It thinks you want to send the string "{}".

    The parameter _ is sent because you specified cache: false.

    Besides, I think you should not ‘build’ the URL with the parameters yourself and pass an empty data object. jQuery does it for you.

    i.e. Instead of

    $.ajax({
        type: "GET",
        url: "http://mydomain/service?date=" + mydate,
        data: {} });
    

    Do this

    $.ajax({
        type: "GET",
        url: "http://mydomain/service", //this remains constant
        data: {date: mydate} });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just got this quite large CakePHP app (about 20k lines of code), which
I have quite a few lines of code that create objects and using various
I'm using TortoiseSVN. I just made quite a few changes to my working copy
I was just made aware of a bug I introduced, the thing that surprised
I have just made a portlet with web service for liferay to learn how
I have an image which is just made of one color ? (it could
I made a very basic dictionary that just stores a username in it, and
I have made a basic ascx control which is just a panel with a
I have a rather large project made up of lots of...projects, each with their
i'm quite new here but this site helped me a lot already, so I

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.