Questions tagged [custom-domain]

Use for questions regarding the use of Custom Domains with a Google App-Engine project.

Custom domains allow the assignment of privately owned domains to a Google App-Engine project, so that you can access the service, for example, via www.myawesomesite.com rather than my-awesome-site-project.appspot.com.

156 questions
0
votes
1 answer

How to, while using wildcard domain on Azure, prevent some custom domains from accessing your WebApp?

I am creating a SaaS, multi-tenant application, where each tenant will have a custom domain like tenant1.myWebApp.com, tenant2.myWebApp.com ... tenantX.myWebApp.com. On Azure, I can add those custom domains. I noticed that there is a max of 500…
0
votes
1 answer

AWS custom domain mapping with uri parameters

I’m using a serverless micro services architecture and have multiple REST API GWs. All APIs are mapped using Custom Domain to a base URL. For example: API1 -> api.myDomain.com/v1/items API2 -> api.myDomain.com/v1/students We have a new service we…
0
votes
0 answers

Point custom Domain to the google cloud function through global https loadbalancer with serverless NEG as backend

I had a running myfunctionname cloud function with HTTP trigger URL: For Ex- https://us-central1-my-project.cloudfunctions.net/myfunctionname Now I want to map this cloud function URL to public domain URL For Ex- https://my-domain.com/path Public…
0
votes
0 answers

Google Cloud App Engine Standard - Custom Domain Name with Subdomains

I am struggling with the problem now for a couple of days. I hope someone can point out where I made the mistake. I have a domain mydomain.com. (not purchased with Google.) I have one AppEngine Standard Service (default) with my website. Then I have…
0
votes
1 answer

Restrict azure app service Custom domain access to specific tenant

I am developing multitenant web application which is being hosted on azure app service. It has 2 parts one is backend services which has pure APIs developed using .NET CORE and second is front end which consumes these APIs and is developed using…
0
votes
1 answer

Custom domain redirecting to index.html in firebase

So I just linked my custom domain with firebase and it shows connected: image of connected status which is great. But now when I search website without /index.html, it redirects me to this page. I want to see this page which is accessible only when…
0
votes
1 answer

Change the URL for Github pages set to Private

I have a number of repos that use a custom domain to give the Github pages consistent URLs (all set to Public). I would like to make the Github pages private, but then they are published to some Github assigned URL. Can you change the URL on private…
0
votes
1 answer

Disable Weak Cipher suites for Google Cloud Run custom domain?

We use a custom domain for our clients on Google Cloud Run. Since the custom domain gets a SSL certificate auto-assigned, we cant yet upload our own SSL certificate for the domain. However, our clients have been reporting a weak cipher…
0
votes
0 answers

Custom domain and assets redirection using IIS Rewrite

I am trying to do a custom domain mapping where in i have to map custom.seconddomain.com that is the custom domain and my app is hosted at app.firstdomain.com. So i have added a CNAME entry to domain provider for seconddomain.com. Then added an IIS…
0
votes
1 answer

How to let users connect their custom domains to my next.js app hosting on Google App Engine?

I developed a next.js app where everyone can design his own profile page. Today, everyone using a unique sub-domain like jake.app-name.com and ben.app-name.com. I want to give everyone the option to connect his own domain to point to his profile…
0
votes
0 answers

Blank page when deploying app with Cloud Storage and custom domain

I am running into an issue when trying to deploy a React website using Google Cloud Storage and a custom domain name. I build my react app locally using npm run build. Upload the build folder to a bucket with the name www.example.com. Upload a yaml…
0
votes
0 answers

Azure Web App Service Custom Domain Reading certificate

We have Azure Web App service, which is configured to have a custom domain say "https://test.contosa.com". I'm using the below code in my web app to retrieve the certificate from store. using (X509Store certStore = new X509Store(StoreName.My,…
0
votes
1 answer

How to run custom domain under https?

I need some help to develop this solution in my application. I have a domain https://my-app-api.com with SSL and there is running my application API. Every customer who using my application can enter their own Custom Domain for example…
0
votes
0 answers

Multi domain certificate

What would be the best practices to support the following case. We have a SaaS that needs to supports custom domains under SSL for unlimited companies. I've read that there are MD certificates that we can buy to support this case but wanted to…
0
votes
0 answers

Jekyll Site Not Showing CSS on Custom Domains

I have created a blog using jekyll that is hosted via github pages. When I view the site locally using jekyll serve it loads correctly with all the css & assets showing up. However, when I view the same site on a custom domain (www.switcorn.com) the…
Ishan
  • 3,931
  • 11
  • 37
  • 59