REFERAL url iSSUE

Hi
when i browse through my j2EE site/.Net site i am getting the proper referal URL as part of header information . also when i go from the j2EE site to .Net site the referal url is coming properly but when i want to come back form the .Net site to the j2EE site the referal url information is not being sent .
Please let me know the solution for the same.
Also since i am getting the referal url in all the other cases there is no issue with the browser or webserver setting
Regards
Manasa

thats just an http header isnt it?
Try using URLConnection.addRequestProperty() or URLConnection.setRequestProperty()
Ted.

Similar Messages

  • Please adjust your InterneWhat do I do with this message: Please adjust your Internet Security software to allow referring URLs.

    I am trying to access Morningstar through my Hennepin County Library Account. When I do so, I get this message:
    Sorry, we were not able to authenticate you for access to this resource. Please adjust your Internet Security software to allow referring URLs.
    How do I do this?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Can not load subscription websites because I don't "allow referring URLs"

    I can't load ejournals (eg, JSTOR) and other sites my public library subscribes to. When I go to the resource, I get the message "Sorry, we were not able to authenticate you for access to this resource. Please adjust your Internet Security software to allow referring URLs." My default is to block third-party cookies; I tried allowing all cookies, and blocking cookies from hclib.org. The last option got me to a page where I enter a barcode, but then to the same message. I tried allowing pop-ups, but that didn't change anything. I've asked a librarian, who told me that I have to allow cookies and possibly pop-up windows, and said security software such as Norton, a firewall, or pop-up blockers could be the problem.
    This is the same problem as http://support.mozilla.org/en-US/questions/880202 , but with Firefox 3.6 on a Mac (I have the same problem with my other browser, Safari), and without Norton or any other security software that could be problematic as far as I know.

    There should still be something on your computer that is blocking the referrer if it isn't Firefox.
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Retrieving Referring URL

    Hi,
    I just had a quick question...
    From a servlet I have an HttpServletRequest and an HttpServletResponse, is there any way to retrive the referring URL that called this Servlet? I am trying to track sites that link to my servlets, so I need an archive of which sites most frequently direct traffic to my site?
    Thanks in advance
    threeFiddy

    That only retrieves the host address of the person accessing the site, I am more interested in the page that the person just left, before coming to my site...Is it possible to get that info?
    In other words, if foo.com has a link to my site, is there any way to figure out which users are arriving at my site via the link on foo.com??
    Thanks,
    threeFiddy

  • Referring URL from iTunes store in our web stats?

    Is there a referring URL from the iTunes store? We were wondering how many visitors our itunes podcast generates.

    bump

  • Problem in abap web dynpro URL issue

    Hello All,
    I have created a web dynpro for calling different tables with F4 help dynamically through ALV webdynpro, I can update, delete/insert row in ALV for multiple tables with one webdynpro program.
    Now problem is user wants to create url for different tables and keep it in the portal using with this webdynpro program like that i need to create more than 20' url's and keep it in portal with current created web dynpro program.
    Could please provide any solution for this issue.
    Thanks in advance.
    Regards
    Sri

    You could try passing the table name as a URL parameter. 
    i.e.
    http://<server>:<port>/sap/bc/webdynpro/sap/<app_name>?table=MARA
    This can be read in your WD application and use it to determine the table to display.  There is a heap of content out there on the internet that explains how to do this.
    https://help.sap.com/saphelp_nw04s/helpdata/en/2f/e7574174c58547e10000000a1550b0/content.htm
    Regards,
    Katan

  • Button URL issue

    Hello everyone! I have a problem, i have a site i made in flash, on every scene i have movieclips with nested buttons in them, when i double click on the MC and then click the button, i open the actionscript and type everything so when i press the button it would open an URL from other site, also the MC works just fine. But the problem is every code that i type applies on every button on the actual scene. For example i have btn1 and btn2, i type the code with URL "google" and than btn2 with URL "yahoo". When i publish the site they both go to "yahoo" which is the last code that i typed. So whatever code i type last on no matter which button, applies for all buttons on the particular scene. I thought it was the problem with the instance names, but i dont know how to change them. Please help me with this, its the only problem i have. Thank you very much...

    The instance names are assigned in the Properties panel.  To change them you click on the object and in the Properties panel you assign it the name.  Your buttons should have different names, and the code that works with them should be referring to the different names so that he correct code is designated for each.
    When I reread your problem I think I am seeing that you say you have a movieclip containing a button, and a number of these movieclips so that you have multiple buttons.  If that is the case, then you are effectively editing the same object every time, so changing one changes the other one.  If you change one and then open another that was different, does it also show the new change?

  • SOAP.request  URL issue

    Im using the below webservice script in my PDF, it is working fine.
    but, If the URL is wrong then the below code is not executing the remaining statement. If the URL is wrong or the server is down, I hav to show message, How should I catch that error and show the right message.
    If the request is fine I am getting the resultResp value.
    Please help me to fix this issue.
    var response = SOAP.request(
    cURL: cURL,
    oRequest: { "http://www.ibm.com/industries/financialservices/": {my:MYMessage}},
    cAction: "http://services.com/AppService/AppInvocation",
    oRespHeader: oResultHeader
    var responseString = "http://services.com/message:MYMessage";
    var resultResp = response["MYMessage"]["response"];

    hi ,
    Please any idea about this.
    Thanks,

  • RNIF URL Issue

    Hi All,
    I have an issue in one of my RNIF scenarios.
    When I try to ping my customer's URL, I am getting the following error:
    ALSO TO BE NOTED IS THAT WE DONT USE ANY DIDGITAL CERTIFICATES.
    There is a problem with this website's security certificate.
    The security certificate presented by this website was issued for a different website's address.
    Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.
      We recommend that you close this webpage and do not continue to this website.
      Click here to close this webpage.
      Continue to this website (not recommended).
         More information
    If you arrived at this page by clicking a link, check the website address in the address bar to be sure that it is the address you were expecting.
    When going to a website with an address such as https://example.com, try adding the 'www' to the address, https://www.example.com.
    If you choose to ignore this error and continue, do not enter private information into the website.
    For more information, see "Certificate Errors" in Internet Explorer Help.
    Could anyone pls help me out here?

    It is very clear that the certificate being used by that server is not the genuine one.  It might be issued to some other server and they must have altered few fields to make it usable on that server.
    Ask the client to install a genuine certificate on the server.
    -Vijendra

  • Go url issue - no value passed through in filter

    hi,
    I have issue with go url
    I insert the following formula but the filter is not applied (the value does not come through)
    in the target report I made a condition for "- Invoice date HIR"."INV Month" as is prompted; still nothing;
    it does navigate, and opens the target report with options md, but filter is not applied;
    I think i went trough most of posts on the forum but am still unable to correct the code
    Id appreciate any suggestions
    '<--a href= saw.dll?GO&path=/shared/DRILL_DOWN
    &Options=md
    &Action=Navigate
    &P0=1
    &P1=eq
    &P2= "- Invoice date HIR"."INV Month"
    &P3=’||Periods."Month"||’
    style=”text-decoration:none;”>'
    ||'LINK'
    ||
    '<--/a>'

    hi
    changed;
    now the code looks following but OBI would not accept it at all as formula
    ''||'LINK'||''
    i get an errror
    [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <=>: Syntax error [nQSError: 26012] . (HY000) ...
    however; I kicked out this 'style...' entirely to make things easier
    ''||'LINK'||''
    it does drill but with the previous error (now without 'decoration''...)
    Error getting drill information: SELECT "- Invoice date HIR"."INV Month" saw_0, FROM "TEST" WHERE "- Invoice date HIR"."INV Month" = ''||Periods."Month"||''

  • Calling Webservice from Adobe form - Webservice URL  Issue

    Dear Friends,
      I have developed a webservice and calling it from an Adobe form. I have downloaded the WSDL file from tcode SOAMANAGER. When I create a data connection from the Adobe form  I use this WSDL file and the form elements gets created automatically and I drag and drop them into the form. The issue is when I click on the Submit(Execute) button the Webservice URL is always pointed to the client from where the file was downloaded and its hard-coded ( for example if i download the wsdl file from client 300 then the URL would be http://<location>/sap/bc/srt/rfc/sap/z_web_getmat/300/z_web_getmat/z_web_getmat). So if i execute the form from client 200 its not working. How to make this URL dynamic so that the webservice gets executed from the client from where this form is called. Please advice.
    Regards
    Sapient

    Hi,
    You have to handle it in your form on submit button calling the web service:
    Write below java script code at submit event to change the URL at run time:
    var tempsoapAddress = xfa.connectionSet.DataConnection.getElement("soapAddress").value;
    var tempwsdladdress = xfa.connectionSet.DataConnection.getElement("wsdlAddress").value;
    var ServerPath = body.systemConfig.system.rawValue;
    var client = <Get Client from a data attribute>
    var Soap_PreServerPort =  "http://";
    var Soap_PostServerPort =  "/sap/bc/soap/rfc?sap-client=";
    var SoapAddress = Soap_PreServerPort + ServerPath + Soap_PostServerPort + client ;
    var Wsdl_PreServerPort =  "http://";
    var Wsdl_PostServerPort1 =  "/sap/bc/soap/wsdl11?services=ZBAPI_PO_CREATE2&amp;sap-client=";
    var wsdlAddress =  Wsdl_PreServerPort + ServerPath + Wsdl_PostServerPort1 + client ;
    xfa.connectionSet.DataConnection.getElement("soapAddress").value = SoapAddress;
    xfa.connectionSet.DataConnection.getElement("wsdlAddress").value = wsdlAddress;
    xfa.connectionSet.DataConnection.execute(0);
    xfa.connectionSet.DataConnection.getElement("soapAddress").value = tempsoapAddress;
    xfa.connectionSet.DataConnection.getElement("wsdlAddress").value = tempwsdladdress;
    xfa.connectionSet.DataConnection = null;
    Change the variable wsdlAddress as per your requirement. The above code is just a sample.
    For getting the client pass it in a datasource variable attribute at time of downloading the form. At time of submit get the value of that variable and use it to form the url.
    Regards,
    Vaibhav

  • Clean URL issue

    Hi Apex Experts,
    I am having application 101(SALES) with APEX 4.2.2, for the same i have configured SSO with clean URL, but when user logged into application it is showing the edit mode URL (Dirty URL).
    Ex:-
    Clean URL  = https://forums.oracle.com
    but always it is showing https://forums.oracle.com/pls/sun/f?p=4050:3:796502932389014::NO:::
    it makes big security issue.
    I have fallowed same procedure in APEX 3.2.1 , it is working fine.
    Please any one help me  how to resolve this issue in apex 4.2.2.
    Thanks and regards,
    Ibrahim Sayyed.

    Hi,
    There isn't really a standard way to get a clean URL in APEX. There are some workarounds for example check out:
    http://www.inside-oracle-apex.com/nicer-url-for-an-oracle-apex-application/
    As for the security issue, the most common is the item manipulation using the URLs, to avoid URL manipulation just turn on the session state protection in the application, then users can't tamper with the url anymore:
    Martin Giffy D'Souza on Oracle APEX: Session State Protection in Detail
    Regards,
    Joni

  • Iphone/URL issue

    I have a new iphone 4 and have the latest version of itunes on my Sony Vaio pc with Windows 7. When I  connect the iphone to the pc, itunes does not recognise the device. I went to HELP-RUN DIAGNOSTICS and the end result was "The URL is not opened". Any advice on how to resolve this issue please.
    Thanks Ragabob

    Visit the Apple Store...

  • Website URL issue

    Hi,
    I'm facing issue with the DNS of My website.
    The DNS stay outside of BC then I check with Ovh, the DNS of the domain name point well at ns1 - ns2 worldsecuresystems.
    And I would like to have my website url http://www.addictedme.com but not http://httpwwwaddictedmecom.businesscatalyst.com like currently.
    My website works, but I want have well Url.
    Please help me to sort it out. I don't know what can I do to change this.
    Thank you.
    Sagar

    BC has an entire knowledge base article on this:
    http://lmgtfy.com/?q=setup+domain+name+on+business+catalyst

  • Parsing URL issue

    **** WARNING ADULT RELATED LINKS ON THIS ISSUE ****
    I am having an issue with Firefox parsing part of the URL.
    Example: http://trial.jenndoll.com/bonus.php?fc=2
    Firefox is parsing away the ?fc=2 from the above URL. I have tested other browser and this functions properly.

    Did you ever find a way to provision a resource using SPML?
    I'm facing the same problem at the moment..
    Regards,
    Tine

Maybe you are looking for

  • Integrating a Java web application into the SAP NetWeaver Portal

    Hello experts, We have a requirement to integrate a Java based web application into the SAP NetWeaver Portal using iView/iFrame technology. The Java based web application is completely independent from the SAP environment but should be displayed as p

  • OBIEE set up.exe not working

    Hi, I am trying to install OBIEE on my windows 2008 server Virtual machine. I have the BI zip files (Unzipped into one folder ) on my external hard drive. When I try to access the file and run the setup.exe on my virtual machine it is not working. Th

  • An error occurred while publishing file "/Web/Sites/iWeb/Jim and Steph's Si

    I'm guessing this is a common message most see when they try to publish their website. Reason I say this, is it is the only message I have recieved in the last week when trying to use this faulty software. Here it is again if you missed it: An error

  • Won't allow me to install.

    I tried to re-install Firefox and not it won't let me open the file. It asks which program I want to open it with and it won't let me start. == This happened == Every time Firefox opened == I deleted it.

  • FireWire devices doesn't mount nor are recognized by OSX

    A known issue but with several solucions posted but nothing seems to help me out... Something is wrong with the FireWire of my Powerbook G4 667 MHz. External harddrives as soundcards as iPods as anything with a FireWire interface won't mount. However