POST is not working in IE11, GET works.

Hi,
There is a problem while execution of POST function using XMLHttpRequest, the same code works fine in IE8,
here is the code.
if (window.XMLHttpRequest !== undefined)
{// code for IE7+, Firefox, Chrome, Opera, Safari
var httpOb=new XMLHttpRequest();
else
{// code for IE6, IE5
var httpOb=new ActiveXObject("Msxml2.XMLHTTP");
httpOb.open("POST",hostString,false);
httpOb.setRequestHeader("Content-Type","text/xml");
httpOb.send(xmlString);
var headers = httpOb.getAllResponseHeaders();
document.write(httpOb.responseText);
I can clearly see the httpOb gets assigned to XMLHttpRequest, while debugging in IE11,
The error message is "The System Cannot locate the resource specified", and this error comes on httpOb.send(xmlString);
assuming the url is wrong, how can it work in IE8 and gets data??
please help me, it's kind of urgent.
Thanks,
Sarva.

error message is "The System Cannot locate the resource specified", and this error comes on httpOb.send(xmlString);
FWIW I would run ProcMon to try to supplement what the message really means.  E.g. if it is written to a log file it will be associated with a WRiteFile event with an appropriate length specified.  Then you can go back from there to see what
other registry and file accesses may have been involved in its generation.
Good luck
Robert Aldwinckle

Similar Messages

  • Request to post Icloud not working locations. for 2 days almost from Ventura CA. I think they are not being truthful about th eamount of folks affected!

    request to post Icloud not working locations. for 2 days almost from Ventura CA. I think they are not being truthful about the percentage of folks affected!
    and what's with the minimalist response? We're working on it for 2 days? You can do beter than that for exsisting loyal customers can't you?

    I just spoke to a Support person with Apple.  I got the same answer, "We Don't Know", "but they are working on it...Blah, Blah.  I too live in Ventura, and have been without email since yesterday approx. 3:00 pm.
    The guy said, it's the same if you brought your computer into the shop.  We have to determine if it's hardware, or software, then fix the problem.
    Well, What about a BACK UP SERVER?  No real answer to that one.  Just, "Thanks, for your Patience."
    This really blows!!!

  • "click to post" is not working on 10.8.3 ?

    Hi guys,
    I've MacBook Air with Mountain Lion 10.8.3 on it.
    The "click to post" featuer on the notification center used to work normally, and not it's not for both facebook and twitter.
    I've tried to remove the accounts and re register it and it didn't work either.
    Any idea?
    Thanks,
    Michel

    xsis wrote:
    ...click to post refuses to work..
    Post from what?  To what?  What app(s) are involved?  Do they involve signing in to something?

  • Transfer Order auto create for Posting Change not working

    Hello Gurus -
    When we release an inspection lot from "Q" status, it creates a posting change notice, and we have it configured to create a TO in the background to the same bin, and auto confirm.  The desired and intended result is to take something from "Q" status to unrestricted status, while keeping it in the same bin - and avoiding the user having to deal with the transfer orders.  Essentially it is seamless and all in the background, the user just sees that he has changed something from quality status to unrestricted.
    It works fine when the entire quantity is selected for the usage decision, but when a partial usage decision is made, the transfer order does not create - and requires processing in LU04 for the posting change.
    Why would this work for an entire qty, but not work for a partial qty - and simply require someone to go in to LU04 and hit "create transfer order" - with no additional information?
    Any help would be most appreciated.  Does it have something to do with a setting of quants?

    Hi,
    In case of a usage decision for a partial quantity, it is not possible to create the Transfer Order for the generated posting change notice automatically. This is only possible when the full quantity is released. The same happens if you release a partial quantity and post the rest to blocked stock or scrap. The reason is, there needs to be a user decision, which part of the quantity has to be posted, this is necessary for example when the quantity is distributed in the warehouse over many storage bins. But even if the full quantity is on one storage bin, there is no automatic TO creation. You can see this also in the online
    processing (LT05), in case of partial quantities you have to enter the selected quantity in the quant list, for a full posting this is not necessary.
    Hope this helps,
    Sinéad Curran

  • Java Discussion Forum - Post topic not working

    I've deployed the Java Discussion Forum contributed by CLAURENT in Knowledge Exchange. Deployed to 10gAS in JDev 9051. I've modified a few deprecated classes and made the appropraite changes to orion-applications.xml to point to the correct JPDK jars when deployed under Linux.
    The application is operating properly with no errors. The administartion portlet can modify and create new forums. However, Posting a topic does NOT work. And it doesn't throw any errors on screen or in the console log (application.log) or the log4j log (forumprovider.log). Has anyone run into a problem like this?
    Thanks. LEH

    I have exactly the same problem on the Portal 10g release 2.
    Normally the "dit of a new topic" calls the EditPostAction but after submitting the form, nothing reachs this action.
    I check this in debug mode and add several logs and I don't see nothing appearing for this action.
    Did you find a solution?

  • J.Query Function $.post{}; is not working with Firefox ,although it's working with other browsers even IE.6

    when i try to post some information using jquery function post the script is not working
    EX:
    <head>
    <script type="text/javascript" src="google.min.jquery.js"></script>
    </head>
    <body>
    <script type="text/javascript">
    function sndinfo()
    $.post("anypage.php",{phpvariablename : formname.input.value},
    function(output)
    $("#anydivname").html(output).show();
    </script>
    </body>
    i call the function with any html input button like this
    <input type="button" name="anything" onclick='sndinfo();' />

    Is it again a bug???

  • Post Moved Not working with Xbox

    Post moved  http://community.bt.com/t5/Other-BB-Queries/Not-working-with-xbox/td-p/479565
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

    Yea, in my honest opinion the wireless on the HH3 is not the greatest at all, the channel switching for me causes problems which causes my external devices to lose connection for a few seconds at times.
    Is there no way you could just try it? even for long a game or so just to rule out any possibilites? Also, since your at the other end of your house, that is also a problem even when your powerline adaptors.
    If you want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side If the the reply answers your question then please mark as ’Mark as Accepted Solution

  • Http_utl.text_write for http 'POST" does not work

    i have a proc that uses utl_http code I have seen all over on web sites for 'POST'ing to a REST web service ..... i use utl_http.write_text to write data to the request body but no data gets written ...... below are the code segments I use
    url entered directly into browser that **works fine**: http://www.media.com/admintool/Services.aspx?par_string=[{ "PAR_Transaction_Id" : 5566338, "MRI_Title_Name" : "4 Wheel & Off Road"}]
    calling routine:
    declare
    l_url varchar2 (300) := 'http://www.media.com/admintool/Services.aspx';
    l_data clob;
    l_query varchar2(32767);
    begin
    dbms_output.enable(3000000);
    l_data := '[{
    "PAR_Transaction_Id" : 5566338,
    "MRI_Title_Name" : "4 Wheel & Off Road"}]
    http_util_pkg.http_post(
    p_url_in => l_url, p_data_in => l_data);
    end;
    called routine segment:
    l_http_req := utl_http.begin_request (p_url_in, 'POST');
    -- Set the HTTP request headers
    utl_http.set_header(l_http_req, 'User-Agent', 'Mozilla/4.0');
    utl_http.set_header(l_http_req, 'content-type', p_data_type);
    utl_http.set_header(l_http_req, 'content-length', v_length);
    -- Write the data to the body of the HTTP request
    utl_http.write_text(l_http_req, 'par_string=');
    while v_index <= v_length
    loop
    utl_http.write_text(l_http_req, substr(p_data_in, v_index, 4000));
    dbms_output.put_line ('data = ' || substr(p_data_in, v_index, 4000));
    v_index := v_index + 4000;
    end loop;
    results .... you can see below that the header content length is non-zero but the response header says there is no content, so something is haywire with the write_text method
    url = http://www.media.com/admintool/Services.aspx
    length in data = 1271
    http package; url = http://www.media.com/admintool/Services.aspx
    after set authentication
    after write headers
    data = [{
    "PAR_Transaction_Id" : 5566338,
    "MRI_Title_Name" : "4 Wheel & Off Road"}]
    after write text
    status code: 200
    reason phrase: OK
    Connection: close
    Date: Tue, 06 Apr 2010 03:59:27 GMT
    Server: Microsoft-IIS/6.0
    X-Powered-By: ASP.NET
    X-AspNet-Version: 2.0.50727
    Cache-Control: private
    Content-Length: 0 *************** response header says no content !!!
    can you help me figure out what is wrong with the utl_http.write_text method ???
    thank you

    Please do not resurrect old threads - rather ask your question in a new thread. If need be, add a URL in your new thread posting that refers to the old thread. Also add as much relevant details as possible. Your Oracle version (all 4 digits). Your o/s. If possible, sample code and data that can be used as a test case. Complete error details. And what the intent of the code is (i.e. what the actual problem is that you're trying to solve).
    As for HTTP post - works just fine as far as I've used it.

  • MIR4- Invoice posting BDC not working in background

    Hi All,
    We have a requirement to create a BDC for posting an invoice and have created one. BDC is working in foreground and invoice is getting posted. But when we try to execute the BDC in background it is failing and invoice is not getting posted.
    Please help.
    Below is the dump in ST22.
    Category               ABAP Programming Error
    Runtime Errors         RAISE_EXCEPTION
    ABAP Program           SAPLMR1M
    Application Component  MM-IV
    A RAISE statement in the program "CL_GUI_DOCKING_CONTAINER======CP" raised the
      exception
    condition "CNTL_ERROR".
    Since the exception was not intercepted by a superior
    program, processing was terminated.
    Source code where the program terminated:
    CALL METHOD DOCK_AT_internal
         EXPORTING
             SIDE   = SIDE
             notify = space
         EXCEPTIONS
             CNTL_SYSTEM_ERROR = 1
             CNTL_ERROR = 2.
    CASE SY-SUBRC.
       WHEN 0.
       WHEN 1.
         RAISE CNTL_SYSTEM_ERROR.
       WHEN 2.
       >>>>  RAISE CNTL_ERROR.
       WHEN OTHERS.
         RAISE CNTL_ERROR.
    ENDCASE.

    When I tried checking, I understood that MIR4 transaction screen 6000 has docking container and when a screen has docking container the BDC fails in background. Any workaround other than BAPI for invoice posting as it is not of help in our requirement scenario as we have already checked.

  • Http connection: POST is not working

    This code gives me 500 and I could not post anything to server (AXIS service)
    httpConn.setRequestProperty( "Content-Length",String.valueOf( b.length ) );
                 httpConn.setRequestProperty("Content-Type","text/xml; charset=utf-8");             
                 httpConn.setRequestMethod( "POST" );
                 httpConn.setDoOutput(true);
                 httpConn.setDoInput(true);
                 httpConn.setAllowUserInteraction(true);
                 httpConn.setDefaultUseCaches(false);
                 httpConn.setUseCaches(false);
                 httpConn.connect();
                 System.out.println("httpConn.getResponseCode()"+httpConn.getResponseCode());The same code if I change POST to GET, it is OK and then I can get the input stream and print out server response
    Please help
    Thanks

    JoachimSauer wrote:
    500 means internal server error, so you should either check any error messages you get back (maybe in the errorStream) or check the logs on the server to see what the problem is.Yeah
    I get error stream and the server told me what is wrong in the envelop format
    I corrected and it can fly now
    My problem is I am one-guy-team now :D
    I used to work with a 50 guy java team and we helped each other quickly
    Thanks

  • Post Action Not Working

    I have given a post action to a step and it does'nt work. Please se the attached sequence.
    Attachments:
    Testing.seq ‏7 KB

    Hi,
    There is nothing wrong with your sequence. The reason the Post Action doesn't jump to Cleanup as you expect is because the Status of first step is "Done" not "Passed".
    Regards
    Ray Farmer

  • Poster movie not working

    Hi all,
    I want to use a jpg button "stream.jpg" instead of a poster movie. Clicking on it should open the referenced movie in QT player.
    According to the info at
    http://developer.apple.com/documentation/QuickTime/Conceptual/QTScriptingHTML/QTScripting_HTML_Document/chapter_1000_section_6.html#//appleref/doc/uid/TP40001525-2-PosterMovies
    I just have to open the "stream.jpg" button in QT Pro and save as a self-contained movie.
    The "stream.mov" however, does not show on the web page.
    I am using Apple's javascript and code from aforementioned documentation like so:
    <script language="javascript" type="text/javascript">
    QT_WriteOBJECT('http://domain/dir/stream.mov', '68', '23', '', 'CONTROLLER', 'False', 'HREF', 'http://domain/path/to/mymovie.mov', 'TARGET', 'QuickTimePlayer', 'autoplay', 'true', );
    </script>
    What am I missing?
    Thanks
    G5   Mac OS X (10.4.9)  

    Hi Kirk,
    thanks for your response.
    The javascript AC_QuickTime.js is in the same directory as the html file and the stream.mov button itself.
    I am referencing the javascript in the header of the html file: "<script src="AC_QuickTime.js" type="text/javascript" ></script>
    I don't understand, why it won't even show the button on the web page, when I preview the html in a browser.
    Found your "64" page, copied the code and put the file on my server. Your's works like a charm. So it's nothing on the server.
    As soon as I replace your button and movie with mine, the button does not show up on the web page. Something must be wrong with my button.
    G5   Mac OS X (10.4.8)  

  • Set Poster Frame not working

    I can't set poster frames in bin icon view using command-P, nothing sticks...  anyone else experiencing this?  PPro CC 7.2.1 & OS X 10.9.1

    I'm not clear on how Poster Frames are supposed to work here.  The image you see for the clip in icon mode is the frame the clip's playhead is on.  It's the first frame by default, but when you play through a clip in the bin, which you'd need to do to choose a Poster Frame, it stays on that frame anyway until you move the clips playhead.  So...you end up with the same result.
    But even if a Poster Frame could be set, does that mean you can no longer play through the clip in the bin because it's always showing that Poster Frame?  I don't understand the purpose of that.  And if you can still play the clip in the bin, then what use a Poster Frame if it doesn't always show that?
    I'm missing something.

  • Cross Post:  Printers NOT Working After BootCamp - EXCEPT in XP!!!

    I have sucessfully "done" the Boot Camp and all works well - on the Windows side. Everthing also works on the Mac side, except the printer! I have a HP2600N and XP "just found" it, but my MBP can't.
    Any thoughts on this?
    FYI: During my "Boot Camp" experience, I had to re-format and partition etc. When I re-installed OS X, I decided not to install any Printer Drivers. I only use one printer, and I knew that it had to be setup using the HP disk (I had done this prior to Boot Camp and it worked fine). I wonder if there was "something" in the Printers directory on the Install disk that was "needed".....
    Thanks!
    Bob

    Just that Peter, I did not have any ports open for other network connections on my network. Just the Internet. I simply forgot to do this when I re-installed the OS and configured my network again.
    BTW, I'm very picky and nervous, and I go all the way using mac addresses for my network. NO ONE is getting in to my LAN!!! (i hope...)
    Bob
    PS: I forgot how to make the little apple....

  • Share to Facebook and Click to post are not working anymore

    Hello everyone,
    Could anybody here please help me out, I have been posting, reporting on this issue several time but there is no hope. I just can't share and click to post to facebook on my OS X 10.8.2 anymore. It used to work, now no more!
    How to fix this by not re-installing the OS X again? Some people said, if we re-install the OS X again the issue will be fixed but it will come again. I want the penament fix please.
    Thanks in advance,
    Souk.

    Maybe this will help. If you monitor the "More Like This" box, other threads appear. Opening them usually displays other threads.
    https://discussions.apple.com/thread/3108588?tstart=0

Maybe you are looking for

  • Deploy with many problems

    Hello. I need a many problems when I deploy application from ear file on standalone server (weblogic). My application was create on jdev 11.1.1.2.0. I have application, which I deployed on server. http://dema-rew.narod.ru/2.jpg Appllication name is m

  • Can't fine password for my wi fi?

    CAN'T FIND MY PASSWORD FOR MY WI FI CONNECTION, WHERE DO I LOOK AND HOW DO I GET TO DISPLAY?

  • Using java bean in servlet

    Hi, I have a problem in getting the values from simple bean to servlet. The project has one html form. When the user click on the submit button one jsp will be invoked which calls a bean program to validate the user data for required fields. Based on

  • Percentage Deviation (%) - Wrong results in the Overall Results Area

    Hi, I have a query with few columns as below : (1) Actual Case /hr   (2) Standard Case/hr  (3) Percentage Deviation...... We have defined "Calculate Average of all values <>0"  for both (1) and (2). Then the Percentage(3)  is calculated taking these

  • Graph Xy à partir d'un fichier excel

    Bonjour,  A partir d'un fichier exel je dois tracer des courbes de caractérisations. J'arrive a tracer les courbes mais elles ne font que "défilées" une par une. Je m'explique, la première courbe est tracé mais 1s après c'est la deuxième qui est trac