We are doing some server set up. We are using a Api gateway(Ocelot) installed on the server Y which will connect to Apis hosted on server X. Server X also has a react application. Server Y is accessible over Internet where as server X is accessible from server Y. Now the Apis are working perfectly but the react application is not opening through the ocelot ( server Y). So question is will ocelot open react application?
Ocelot setup to redirect user on a react application
420 views Asked by Sandip Jadhav At
1
There are 1 answers
Related Questions in REDIRECT
- How to redirect to thank you page after submitting a Google form embedded into a Google Site?
- Redirect Users to another website using GAS
- Hyperlink doesn't redirect while others do
- 301 Redirect to assimilate one website into another
- How to make common post or page for external links in wordpress website using php or any language
- What is the best strategy to correct a referenced subdomain development website damaging my production seo
- DocuSign integrated login fails when MFA is enabled
- Domain Still Redirecting Despite Transferring Out of Godaddy
- How I can prevent the redirections in API using middleware on Laravel 11?
- How redirect to current page after login (Flask)
- Redirect to another site but show the original URL in browser
- How to redirect to another page eg main.py after user fill in and click register button and store it on .ini local database on python using kivy
- Error 302: ERR_TOO_MANY_REDIRECTS in Prestashop Back Office
- Next.js Middleware for Session Authentication Redirects: Errors Encountered
- Sharepoint document library URL Rewrite
Related Questions in IIS
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- IIS Rewrite Module exclude bots but allow GoogleBot
- How to deploy angular 17 SSR into IIS
- IIS web site with httpplatformhandler on specific route does not redirect to the nextjs site
- Why is 'EDITBIN /STACK:2097152 w3wp.exe' cmd is giving me an LNK1342 error?
- Primeng Angular styles on subdomain don't work
- Apps migrated from IIS server1 to another IIS server2 stopped communicating with an App on IIS server 1 via SSL (HTTPS)
- How to authenticate with REST API service on IIS using pass-through authentication in Python?
- ASP.NET Core 8 is missing from application pool selection after install
- Azure Application Gateway ByPass
- SSL certificate is installed on iis and website but in browser is unknown
- Redirect to another site but show the original URL in browser
- Problem in hosting React App with react-router-dom on IIS Server
- Django Channels on IIS
- ASP.NET Core/Angular17 application files does not load when published in IIS
Related Questions in SERVER
- Sending data from C++ server to React.js client
- Deploy Flutter and Laravel php mobile app on the host server
- Protect Server Actions with Next Auth in Next JS 14
- Cannot interact with netcat server over distance
- Facing fatal errors while running "yum update" command on CentOS 7/Cloudlinux 7
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- How to run GRPC and REST server on same port in Go?
- Share files from the server without data or internet usage
- Django Not Sending Tasks to Celery in Production
- Install Postfix Mail Server
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- How does a server handle multiple requests, and how does is know where to send which response?
- Trying to launch batch file from powershell, and immediately closes
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Developing on a remote server an app symfony
Related Questions in OCELOT
- Minimizing IdentityServer4 Round Trips in Microservice Architecture with Ocelot
- How to organize a microservice architecture with Ocelot and RabbitMQ?
- Swagger with ocelot response status 500
- Ocelot .NET API gateway: Failed to load API definition
- Finding ServiceName in PreAuthorizationMiddleware of Ocelot Api-Gateway
- Can Ocelot (.NET) Transform One Incoming Request to Multiple API Requests
- Ocelot error on sending multiple requests
- Ocelot gateway startup time is very slow
- how to manage multi threading and batchReading in Ocelot Load Balancer with custom load balancer
- Ocelot Gateway not passing authorization header to API Routes in ASP.NET Core 6 MVC
- Docker and Ocelot: The remote certificate is invalid because of errors in the certificate chain: PartialChain
- How to set default route in Ocelot
- 404 Error - Flushes Response - Does not allow StatusCodePages middlewares to modify the response to a custom 404.html page
- Ocelot throwing error in .NET 8 microservice project
- Ocelot Routing two different API's
Related Questions in SERVER-CONFIGURATION
- High CPU usage in Socket IO
- How to dynamically set Apache ServerName with a system's hostname variable?
- How configure apache to load index.html and index.php?
- WordPress multisite urls fails, WordPress seem to redirect incorrectly
- ERROR: problem running ufw-init Bad argument `*nat'
- php-fpm + nginx server configuration
- WHere else timeout settings may exist?
- is it possible to use wildcards for application location in openliberty server.xml
- cannot acces http://server_domain_or_IP:8000
- Wordpress and VueJS : Access-Control-Allow-Headers in preflight response
- Ocelot setup to redirect user on a react application
- .OGG file uploading on Local server but not on Production
- Tomcat Rewrite Valve is creating a loop in clientapp
- Nginx with Docker : nginx: [emerg] unknown directive "enable" in /etc/nginx/nginx.conf
- Nginx: log the actual forwarded proxy_pass request URI to upstream
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Are you deploying the ocelot api gateway in a DMZ and the react-app and web services, database behind the firewall and allow only specific access via browser, mobile.
is this a pwa site, then you should be careful about using ocelot for something that is not intended for. ocelot is an api gateway tool/technology and not unlike nginx that can perform this additional activity of routing the calls to web application and web services.
please check the documentation of ocelot api gateway, if it allows for web application routing as well.