Joomla on Azure - receive http 302 - domain temporary moved - custom domain configured

hello,
i have Joomla running on Azure websites and use the mode "Shared" because i need the custom Domain.
dns lookup is fine and works perfect but when i browse
www.mydomain.de i receive from webserver: mydomain.azurewebsites.net.
I've check with netmon:
1. browser send: GET www.mydomain.de
receive a first http answer with: StatusCode: 302, Moved temporarily   -> Location: 
http://mydomain.azurewebsites.net/
Any idea how i can disable the temopory move stuff?
regards
Patrick

Hi Patrick,
Do you try to access your website now? Could your access your "http://mydomain.azurewebsites.net/" in your browser?
I have two confused   points:
1.Did your set your Azure website default page?
2. Domain name need 12 hours propagation, Does it work now?
Regards,
Will
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • SOAP client receives HTTP 302 Found

    Hi all
    I have a message interface for which I generated a wsdl pointing to the SOAP adapter:
    http://server:50000/XISOAPAdapter/MessageServlet?channel:=servicename:channelname
    If I am using SAP Soap Client to send a request (http, HTTP Basic Auth.) everything is fine, the message is in the SOAP adapter, in IS and I receive a correct SOAP response.
    But if am using other clients, e. g. SoapUI, I get an HTTP 302 Found error back before the data even reaches the SOAP adapter (no message there).
    Has anybody an idea how to solve this or where to find more information about it?
    Thanks in advance

    Thanks for your answers,
    but I am still lost with this error. The cluster only consists of one server node and the redirect posts to
    http*s*://server:5000*1*/XISOAPAdapter/MessageServlet?channel:=servicename:channelname
    So it changes to https. Why is this? What is the client (which is a standard application that we cannot change) supposed to do?
    Thanks for any info
    Hans

  • Azure AD user name not using configured custom domain name

    I have configured a few users for Lync Online that I setup before I had custom domain name work with Azure AD.  Now I have the custom domain setup and verified and configured as the primary domain.  The users that were configured for Lync
    Online are still displayed with the *.onmicrosoft.com username in Azure AD.
    Is there a way I can change these users so their usernames use our custom domain?

    You can easily change the UPN via PowerShell:
    Set-MsolUserPrincipalName -UserPrincipalName [email protected] -NewUserPrincipalName [email protected]
    If you want to do this in bulk for all users, you can use something like this:
    $all = Get-MsolUser -All
    $users = $all | ? {$_.UserPrincipalName -match "tenant.onmicrosoft.com"}
    $users | % {Set-MsolUserPrincipalName -UserPrincipalName $_.UserPrincipalName -NewUserPrincipalName $_.UserPrincipalName.Replace("tenant.onmicrosoft.com","domain.com")}
    Test it first against a single user of course :)

  • SOAP receiver: error HTTP 302 (Moved Temporarily)

    Dear all,
    I configured scenario where SOAP web service is consumed from SAP ABAP system via PI. The problem is in communication with the web service: the error observed in communication channels monitor for the configured SOAP receiver channel is:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 302 Moved Temporarily: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 302 Moved Temporarily
    The consumed web service is based on the function module developed in SAP NetWeaver 7.00 system. Endpoint for the service was then created via SOAMANAGER, generated binding's address was used as a target URL in the SOAP receiver channel.
    If the service is consumed not via PI, but tested directly from external SOAP client (I used soapUI) with the same WSDL and endpoint, the response is fine and error-free.
    Please advise possible root cause of the issue.
    My regards,
    Vadim

    Hi,
    I am working on a similar scenario where I my consuming an external web service using https protocol from PI.
    I have configured a soap receiver channel to call the target url of this web service as https://portal.xyz.org.uk/webservice_alt.
    I am getting an error HTTP 302 suggesting that PI is not able to follow the re-direction to the target URL as the service resides not on that URL but on https://portal1.xyz.org.uk/webservice_alt or https://portal2.xyz.org.uk/webservice_alt.
    This is their server fail over handling mechanism which is very common. But PI 7.0 is not able to handle this.
    So if I change the target URL on the SOAP receiver channel to  https://portal1.xyz.org.uk/web service  or  https://portal2.xyz.org.uk/webservice_alt , PI works fine without errors . But this is not the right approach because, every time the web service provider takes one of these systems down for upgrade/patching etc, they inform us and then I manually go and change the target URL to the available server on my production PI system config.
    My problem is I want to resolve this redirection error in PI. I have tried raising a call with SAP itself and they pointed out to use Axis adapter which is still not working.
    So I am here asking for help. any suggestions please from the experts?
    Thanks
    Jhansi.

  • HTTP 302 Error When Scheduling OEM Report

    I'm trying to schedule a custom report to run out of OEM 11.1 and am receiving the below error. The report displays properly from the OEM console, but seems to get an HTTP 302 error when trying to schedule the report to run, have changed the schedule options from daily, weekly, one-time immediately, one-time later and all generate the same error. Not sure what is causing the HTTP 302 redirect during the report execution, any help is appreciated.
    This is a scheduled report.
    The most recently generated report completed with the following error.
    Error: Unexpected error getting the HTTP response stream while generating report: oracle.sysman.eml.ip.publishJob.HttpConnectionException:Response code:302
    Error Message :302 Moved Temporarily
    This document you requested has moved temporarily.
    It's now at https://<<hostname>>:7799/em/console/logon/logon&#59;jsessionid=6NJRQGKd2NVwNdbpWpVfHlG7vRxnvmn3VW71JdJbtnLyCJt5hyYt!544936836
    Connection: https://<<hostname>>:7799/em/console/home URI:/em/onetime/reports/render?printablePage=true&reportID=C47BD93ACFE176D4E040007F01004FA6&action=save&scheduled=true
    Thanks,
    Shawn

    Issue was related to the Console URL setting in the Grid Control Overview tab, it was set to http://<host>:<port>/em/console and should have been set to http://<host>:<port> instead.

  • Deploying Azure Web Site and Custom Domain Name

    I'm new to Azure and not at all familiar with the various methods of publishing to Azure via Git, etc. I belong to the old school of plain old IIS folder structures and uploading HTML files to Inetpub directory for deploying web contents.
    I have created an Azure web site at
    http://mysite.azurewebsites.net and have added a CNAME record on our DNS server to redirect traffic from www.mydomain.com to mysite.azurewebsites.net but to no avail. I have downloaded and installed the Azure
    PowerShell but can't seem to do anything with it. Any advice on how to configure the custom domain name for my azure web site as well as how to deploy contents to it, preferrably the old school way, would be much appreciated.
    Thanks!

    Hi,
    Azure web site support several development stacks, such as .net, node.js, php, python, and different stack has different deploy process, see more at:
    http://www.windowsazure.com/en-us/documentation/services/web-sites/
    refer to
    http://www.windowsazure.com/en-us/documentation/articles/web-sites-custom-domain-name/ for more information about how to configure the custom domain.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How does work Azure web sites with custom domain?

    I am new in Azure. I am going to create a website or cloud service in Azure. Then I would like client to access them from custom domain, such as myweb.mydomain.com actually will map to real site/service in Azure.
    In this case, will client see the real URL in browser? Or they can see this redirection from their network traffic monitoring?
    I wonder their IT may only allow user access *.mydomain.com and block any traffic to third party DNS.

    Hi
    Your Azure website in terms of hosting web apps is just like other web hosting services so when you register a tenant and add a domain, you need to verify that domain by setting the DNS for the tenant you created to your domain's admin control panel.
    Here is the reference on how you can do this:
    https://msdn.microsoft.com/en-us/library/azure/hh969247.aspx
    Regards
    Aram

  • HTTP_EXCEPTION:HTTP 302 Moved Temporarily (RFC to SOAP)

    Hi gurus
    Iam facing a problem with a message which is failed at Call SOAP Receiver Adapter. The error is as follows:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIAdapter:ADAPTER.HTTP_EXCEPTION:HTTP 302 Moved Temporarily
    HTTP 302 means  that it has been redirected.It can be caused by an authentication need. In some cases, when the user/password authentication is requested, the WS call is redirected to another page.
    But the proxy authentication and user authentication was done.
    Could anyboyd please tell what is the solution for this?
    Thanks.

    Hi.
    Check this thread.
    XIAdapter/HTTP/ADAPTER.HTTP_EXCEPT

  • : invalid content type for SOAP: TEXT/HTML; HTTP 302 Redirect

    Hi Experts,
    I am facing with the flowing error when we are receiving for the soap receiver chanel.
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 302 Redirect
    is their any content type to give in soap receiver channel.
    please let me know.
    Regards
    Raju

    I think the message is misleading. HTTP 302 meaning is that the url specified in not found or invalid for that service. You might want to check with external system that the specified URL in the SOAP receiver communication channel is right? Also you can find the URL from the WSDL itself. Similar test do it outside PI using the SOAPUI or XMLSPY and see the response error.

  • SIP 302 Move temporary failed

    Hi All,
    i`m i doubt that the following Sip message we are receiving from an Endpoint, connected via a Sip Trunk is right.
    For me it seems there are Information missing.
    Let me explain the traffic case
    An Attandant console is connected via a Sip Trunk at the CUCM system that is  running version 8.5.
    In the case these Attandant console is switched to night mode and an internal cisco extension calling the internal or external queue number the call goes fail. ( Same happen when i calling from an external phone )
    So we have these call flow
    cisco Phone ---->  CtiRP Number 8890 ---> Sip Trunk ----> Attendant Server ----> Night extension is 1221
    The Sip signalling flow is right, we receiviing a SIP Message 302 Move Temporary with a contact address
    [email protected] but not part of the content is the reason.
    For me, the information regarding Diversion reason are missing but mandatory adn so the call goes fail
    I would like to know your opinion if i`m right with my assumption or not.
    Here the mentined SIP message.
    SIP/2.0 302 Moved Temporarily
    Via: SIP/2.0/UDP 10.16.2.30:5060;branch=z9hG4bKa7eaad3d04de73
    From: <sip:[email protected]>;tag=71330652~42c66868-dbc5-40eb-bd1a-d30bb01b6fe7-43409571
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Server: Aastra NeTS 5.6.6.0/1.5.4.19
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, INFO, UPDATE, REFER, SUBSCRIBE, NOTIFY
    Supported: histinfo, replaces
    Content-Length: 0
    Contact: <sip:[email protected];maddr=10.16.1.30>
    To: <sip:[email protected]>;tag=390634443
    Best regards
    Stefan

    Hi,
    i have checked the mentioned parameter and these parameter is already checked.
    Deleting and reconfiguring the Sip Trunk does not solve the issue.
    I`m getting all the time, at the specific traffic case the message 503 server unavailable.
    At the cucm trace i can find the following,
    |1,100,220,1.548666^10.16.2.30^*
    15:24:50.202 |//SIP/SIPHandler/ccbId=0/scbId=0/findTrunkInfoByAddr: Cannot find the SIP Trunk with Name=10.16.2.30, Source Port=5060, IpAddress Type=0|1,100,220,1.548666^10.16.2.30^*
    15:24:50.202 |//SIP/SIPHandler/ccbId=0/scbId=0/sip_stop_timer:  type=SIP_TIMER_TRYING value=500  retries=6|1,100,220,1.548666^10.16.2.30^*
    15:24:50.202  |//SIP/SIPHandler/ccbId=0/scbId=0/sip_stop_timer: type=SIP_TIMER_EXPIRES  value=180000 retries=0|1,100,220,1.548666^10.16.2.30^*
    15:24:50.202  |//SIP/SIPHandler/ccbId=0/scbId=0/sip_start_timer:  type=SIP_TIMER_EXPIRES value=180000  retries=0|1,100,220,1.548666^10.16.2.30^*
    15:24:50.202 |EnvProcessUdpHandler::handle_input - handle = 322|*^*^*
    15:24:50.202 |EnvProcessUdpHandler::handle_input   Status: 0, Id: 0|*^*^*
    15:24:50.202 |//SIP/SIPUdp/wait_UdpDataInd: Incoming SIP UDP message size 504 from 10.16.2.30:[5060]:
    Why the system tries to find an Sip Trunk instead of routing the call at the SIP Phone 8961 with number 1903?
    Any hints?
    Best regards
    Stefan

  • Azure fails to verify custom domain

    I am trying to add a custom domain to my website. For that purpose, I've set up a domain to point to <mywebsitename>.azurewebsites.net with the specified IP I found under the "manage domains" section. I even checked with the company and
    they're saying everything's configured on that end. But when I try to add my domain krisi.me to Azure, it says there is no CNAME record found to point to my website. Although, krisi.me goes to the azure page saying this domain hasn't been configured by the
    user. What am I missing?! Why does Azure fail to verify my domain?

    Hi,
    I would
    suggest you to add another CNAME entry for the root domain and check if it
    helps, here is the link for reference:
    http://blogs.msdn.com/b/kaushal/archive/2013/07/06/windows-azure-web-sites-how-to-configure-a-custom-domain.aspx
    Also for more
    information, refer this link:
    http://azure.microsoft.com/en-us/documentation/articles/web-sites-custom-domain-name/
    Regards,
    Azam khan

  • I can't receive emails from people using a RoadRunner domain

    I have recently stopped receiving emails from friends who use RoadRunner domains. They tell me they are having the same problem with other emails sent to .mac or .me addresses; the emails are returned as undeliverable.
    Is this a known issue? If so, what can be done to correct the problem?

    https://discussions.apple.com/thread/4388008
    https://discussions.apple.com/thread/4742210?tstart=0

  • Help! Azure VM Web Server and Custom Domain Names

    I am going to be pretty basic here, so I apologize at the start ;)....We are attempting to setup a web server for our customer applications in Azure. We need to setup the website with multiple subdomains i.e. ourcompany.com is the main site but we will have
    customer1.outcompany.com, customer2.ourcompany.com, etc.... 
    I have a domain name registered with GoDaddy. I have a virtual machine up and running. I have a test website up and running and can access it externally ( the net ) so I do have endpoints figured out at minimum. 
    Example. the current virtual server is ourcompany01.cloudapp.net . Our registered domain name is ourcompany.com.
    Using our domain registrar,I am able to point ourcompany.com to ourcompany01.cloudapp.net.
    The problem is that I want our customers to see ourcompany.com not ourcompany01.cloudapp.net in the browser. 
    How do I make that happen and also allow for the subddomains?
    Any help would be greatly apprciated as I am under the proverbial gun to make this happen!!!!

    Hello ShapopoJoe
    You are right about making changes in your DNS Registrar. That is the last step that is suggested in the article:
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-custom-domain-name/
    And about createing the sub domains, you will need to use the IP address. Since you would be creating more than one subdomains for your 'www.ourcompany.com', you will need to map them to Reserve IP address.
    You can refer to this link for creating more Reserve IP address:
    http://azure.microsoft.com/blog/2014/05/14/reserved-ip-addresses/
    Thanks.
    Syed Irfan Hussain

  • Convert XML payload to HTML form data in Receiver HTTP Adapter

    Hi,
    I want to make a HTTP request ( Receiver HTTP Adapter ) to a servlet where I need to send the payload in HTML form format ( name=value ). As per the help document:
    A typical HTML form comprises named fields. When transferring a completed form to the server or a CGI program, the data must be transferred in such a way that the CGI script can recognize the fields that make up the form, and which data was entered in which field.
    The plain HTTP adapter constructs this format using a prolog and an epilog
    Has anyone done this before? I looked through all help documents and forums but in vain. I can resort to Java Mapping to do this but I do not want to re-invent the wheel if I can do it easily using HTTP Adapter Configuration. Please help.

    The parameters available in HTTP adapter for message header are:
    HeaderFieldFive     http://sap.com/xi/XI/System/HTTP
    HeaderFieldFour     http://sap.com/xi/XI/System/HTTP
    HeaderFieldOne     http://sap.com/xi/XI/System/HTTP
    HeaderFieldSix     http://sap.com/xi/XI/System/HTTP
    HeaderFieldThree     http://sap.com/xi/XI/System/HTTP
    HeaderFieldTwo     http://sap.com/xi/XI/System/HTTP
    HTTPDest     http://sap.com/xi/XI/System/HTTP
    TargetURL     http://sap.com/xi/XI/System/HTTP
    URLParamFive     http://sap.com/xi/XI/System/HTTP
    URLParamFour     http://sap.com/xi/XI/System/HTTP
    URLParamOne     http://sap.com/xi/XI/System/HTTP
    URLParamSix     http://sap.com/xi/XI/System/HTTP
    URLParamThree     http://sap.com/xi/XI/System/HTTP
    URLParamTwo     http://sap.com/xi/XI/System/HTTP

  • How to send the payload to a jsp using receiver Http adapter?

    Hi experts,
    I have this scenario from Legacy to XI to external app server.I have a test jsp to execute that functionality .Its a jsp which has 1 textarea named "test" and when I click on the submit buton I get a response back.This way I am able to test this independently.Now from XI when I am executing my scenario I am getting status code '1250' and message as ' http request(test) is null'.Now in the scenario in http adapter I just provide the target host : ip of server ,
    service number : port no ,
    path: the container or the request handler. But this scenario fails and gives me the above erroneous response.Now Basically I am not able to get how to send the value to the textarea "test"? please provide help as soon as possible.Do we have to put the name of the jsp in the "path" in http adapter and use prolog as test=.I tried this but it doesnt work.
    Is there any way to check the URL that it forms after appending the querystring in the url ...?
    So please provide help on this or suggest a solution to [email protected] as soon as possible.....
    Thanx in advance.
    Akshata

    hey Shekhar,
    thanx for that prompt reply but I have configured the communication channel in the same manner as suggested by u.
    actually I have this jsp page http://xx.xx.xx.xx:8080/abcdef/try/efg.jsp where there is a textarea "test" which has to be filled and there is a submit button.When I test this http client i.e the above jsp page independently then it goes to handler
    http://xx.xx.xx.xx:8080/abcdef/trial/    And it gives a proper response message after clicking on the submit button.
    now I want to carry out the same using receiver http adapter. I need to pass the value for this inputfield names "test" on that jsp . so right now I have configyured the adapter as
    addressing type: url
    target host : xx.xx.xx.xx
    service no:8080
    path : here I have given the path of handler i.e /abcdef/trial I tried giving the jsp page also but logically I guess it should be the handler.
    content type: text/xml; charset=iso-8859-1
    xml code: UTF-8
    Mask special characters (URL escaping) checked.
    now since the name of the inputfield is "test" in the prolog I gave test=
    But it doesnt work I get this error "http request parameter [test] is null" in the response message  which I guess suggests that it is not able to send the value for the field"test" to that handler.Please suggest how to send this and tell me if there are any other configurations that I have to do in the receiver communication channel.
    Thanx ,
    Akshata

Maybe you are looking for