How can I make url rewrite on google cloud app engine?

Danny Trương

I deployed my client react app and dot net core API on Google Cloud App Engine same service and same version. This is my first time working with App Engine. Usually, when I deploy on IIS I will have a web config to rewrite the Url to using react routing, but seem like URL rewrite is not working with App Engine. Is there any alternative that I can achieve the same results with IIS?

Jeffrey Rennie

Welcome to App Engine. Google Cloud App Engine Flex does not run IIS, so it does not read the contents of web.config.

I found this article about rewriting middleware for ASP.NET core: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/url-rewriting?view=aspnetcore-2.1&tabs=aspnetcore2x I believe this middleware will let you rewrite urls as you need, but I don't know for sure without your web.config.

An application that uses rewriting middleware instead of web.config will behave the same on IIS and App Engine.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How to make Firebase hosting /api rewrite request to app engine service

分類Dev

How can I deploy to Google App Engine an app that depends on a yarn workspaces without publishing the packages to a npm registry?

分類Dev

How can I use bucket storage to serve static files on google flex/app engine environment?

分類Dev

How can I make nginx rewrite play nice with alias?

分類Dev

How do I add --promote in Google App Engine?

分類Dev

How can i make my springboot app websocket app get connected via a "ws://" url while using stomp

分類Dev

How do I make a Discord bot using discord.py rewrite that can make bot users that are not real

分類Dev

Cloud Endpoint URL in cron.xml App Engine

分類Dev

Cloud Tasks API for python2.7 google app engine

分類Dev

Google App Engine cloud endpoints - inconsistence after updating an Entity

分類Dev

Google Cloud:ストレージとApp Engine

分類Dev

How redeploy application on Google App Engine?

分類Dev

How to use Composer in PHP Google App Engine

分類Dev

How to use Composer in PHP Google App Engine

分類Dev

How can I make Google Hangouts open in a new tab?

分類Dev

On Google App Engine flexible, what caches responses with s-maxage and how to I clear that cache?

分類Dev

How can I check the remaining size of a persistent disk on Google Cloud? And where can I find the code in the instances?

分類Dev

How Can I test Google Actions in Android app?

分類Dev

How can I protect my app from Google itself?

分類Dev

Uploading file from external URL on Google App Engine with Python

分類Dev

How can I index a client's site (built using WordPress) on google via Search Engine Console?

分類Dev

Google Cloud App Engineデプロイの最新バージョンのURLはありますか?

分類Dev

Can't bind port in Google App Engine Launcher

分類Dev

RSA in Google App Engine

分類Dev

google app engine and mongodb

分類Dev

How to add resource and limits on Kubernetes Engine on Google Cloud Platform

分類Dev

How to convert flask app into google cloud functions

分類Dev

Starting app engine modules in Google App Engine

分類Dev

how to rewrite url in Yii?

Related 関連記事

  1. 1

    How to make Firebase hosting /api rewrite request to app engine service

  2. 2

    How can I deploy to Google App Engine an app that depends on a yarn workspaces without publishing the packages to a npm registry?

  3. 3

    How can I use bucket storage to serve static files on google flex/app engine environment?

  4. 4

    How can I make nginx rewrite play nice with alias?

  5. 5

    How do I add --promote in Google App Engine?

  6. 6

    How can i make my springboot app websocket app get connected via a "ws://" url while using stomp

  7. 7

    How do I make a Discord bot using discord.py rewrite that can make bot users that are not real

  8. 8

    Cloud Endpoint URL in cron.xml App Engine

  9. 9

    Cloud Tasks API for python2.7 google app engine

  10. 10

    Google App Engine cloud endpoints - inconsistence after updating an Entity

  11. 11

    Google Cloud:ストレージとApp Engine

  12. 12

    How redeploy application on Google App Engine?

  13. 13

    How to use Composer in PHP Google App Engine

  14. 14

    How to use Composer in PHP Google App Engine

  15. 15

    How can I make Google Hangouts open in a new tab?

  16. 16

    On Google App Engine flexible, what caches responses with s-maxage and how to I clear that cache?

  17. 17

    How can I check the remaining size of a persistent disk on Google Cloud? And where can I find the code in the instances?

  18. 18

    How Can I test Google Actions in Android app?

  19. 19

    How can I protect my app from Google itself?

  20. 20

    Uploading file from external URL on Google App Engine with Python

  21. 21

    How can I index a client's site (built using WordPress) on google via Search Engine Console?

  22. 22

    Google Cloud App Engineデプロイの最新バージョンのURLはありますか?

  23. 23

    Can't bind port in Google App Engine Launcher

  24. 24

    RSA in Google App Engine

  25. 25

    google app engine and mongodb

  26. 26

    How to add resource and limits on Kubernetes Engine on Google Cloud Platform

  27. 27

    How to convert flask app into google cloud functions

  28. 28

    Starting app engine modules in Google App Engine

  29. 29

    how to rewrite url in Yii?

ホットタグ

アーカイブ