49 questions
1
vote
0
answers
436
views
Next.js redirect to external URL but keeping the same domain
I have my project build in next.js 14.2 and hosted on heroku under my-app.com
Now I want to serve a external site as landingpage content my-landingpage.com without the user noticing that the domain ...
0
votes
1
answer
528
views
Convert typo3 internal url to external url
I've been looking for the way to convert the typo3 internal urls whose format is t3://page?uid=xx to a human readable url http://mydomain/page-slug.
I'd want to do the same thing that the ViewHelper ...
0
votes
0
answers
1k
views
AWS EC2 is able to connect to external traffic ONLY with IP. DNS does not work
After login to my EC2 instance, I m unable to hit any website and I get the below error:
git clone -b release/development https://myadmin:[email protected]/dkteam/vida_ui.git temp
...
0
votes
0
answers
2k
views
Redirects to external URLs are not allowed by default, use \Drupal\Core\Routing\TrustedRedirectResponse for it
in order to have the locale prefix at the beginning of the url instead of the end of the url, i have set in "admin/config/regional/language/detection/url" the part of the url that determines ...
0
votes
1
answer
1k
views
Cordova - Load External URL content in app takes too much time
I have one cordova app that loads content directly from client website.I have used it like <content src="https://example.com/ios/index.html"> in config.xml file.I have used the ...
10
votes
4
answers
19k
views
How to redirect to external url onClick? in React
I'm using react-router which means i'm storing routes in app.tsx file.
I have cards components that need to redirect to an external url onClick.
So my question is how to redirect onClick on card ...
0
votes
0
answers
381
views
Big Cartel - Possible to immediately redirect product page to external URL?
first time posting :)
I'm selling art prints through my Big Cartel website and I have 4 products which are already being sold through a gallery on an external URL.
Is it possible to list specific ...
0
votes
0
answers
915
views
How to redirect asp .net core API to external URL from angular SPA client
Basically I am new to SSO. I have two websites www.angularwebsite.com which talks to a .net core web API.Using azure ad , I can authenticate myself and I am able to log into www.angularwebsite.com ...
2
votes
1
answer
1k
views
How to Block External Static Resource During Page Load with WP
I am doing a page speed test and there is a specific domain that keeps causing lag time in page speed. I do not think there is any use for these external files so I would like to omit them during the ...
-1
votes
1
answer
47
views
subdomain redirect to extern url path with keeping the name of subdomain
I want a redirect from a subdomain to an external URL to a page of this URL. I need to show the subdomain in the URL. Not the external domainname with path.
I tried it in .htaccess in the subdomain ...
1
vote
0
answers
703
views
Reactjs post form data to external payment page URL
Hi anybody know how to post reactjs form data to external URL like this.
<form id="fc_checkout" action="https://checkout.freecharge.in/api/v1/co/oauth/wallet/add" method="POST">
<input type="...
0
votes
1
answer
162
views
Google site can not access correctly external url
I want to add an external URL on my google site, and I can add and access URL link in "preview" mode where the format of the link address is https://www.google.com/url?q=myurl
However, when the ...
1
vote
1
answer
8k
views
Django - External URL Link
I am new to Python and Django, and I have just created a website.
Basically I would like to have a page on the website that displays our company partners.
I have created an app 'partners' and in the ...
0
votes
1
answer
114
views
Passing sensitive and shorter data onto external links
I've recently wanted to start implementing APIs into my website but I've come across some problems regarding validations due to my lack of knowledge on how to properly send JSON data with Ruby on ...
0
votes
1
answer
2k
views
How can I link ion-card to external url dynamically
I've an ion-card that get its contents from a web server, all is working fine except linking ion-card click event to external url, below is my code
<ion-content no-padding >
<ion-item ...