Questions tagged [external-url]

Anything related to external Uniform Resource Locators (URLS), i.e. URLs pointing to resources external to the website where the URLs appears.

Anything related to external Uniform Resource Locators (URLS), i.e. URLs pointing to resources external to the website where the URLs appears.

49 questions
1
vote
0 answers

External URL to load inside the frame

I have an issue with my android app not loading the correct content. Here is my code: @Override public void onCreate(Bundle savedInstanceState) { // Loading your HTML as per PhoneGap tutorial super.onCreate(savedInstanceState); …
1
vote
4 answers

PHP - Proper Protocol for storing URLs in $_GET

What is the proper protocol for storing other websites URL's in your own php page's URL? For example if I wanted to store google it would be easy. MySite.com/test.php?url=http://www.google.com But what about a URL more complex than…
Albert Renshaw
  • 17,282
  • 18
  • 107
  • 195
0
votes
1 answer

Phonegap: iFrames and external URLs

I am in the process of creating an iOS app with Phonegap and jQuery, however, I am running into issues trying to allow both iFrames (to load normally) and external URLs (to open in Safari). I decided to choose the path of using iframes as I was not…
0
votes
0 answers

Unable to Access GitLab via External Server URL Instead of Localhost

I am facing an issue while trying to set up integration between GitLab and Jenkins. My goal is to access GitLab using an external server URL (e.g., gitlab.automationtools.me) instead of the default localhost. However, despite my efforts to modify…
0
votes
1 answer

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 link.typolink does but in the php context (outside…
onizukaek
  • 1,082
  • 1
  • 14
  • 38
0
votes
0 answers

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:WyuamrLnFVZKxCqfdf@bitbucket.org/dkteam/vida_ui.git temp fatal: unable to access…
Ashar
  • 2,942
  • 10
  • 58
  • 122
0
votes
2 answers

How to detect external urls using Javascript

My objective is simple, I'm kind of surprised that i can't find an answer to this in other posts, i apologize in advance if i missed it.... I have a textarea input. I want to make sure users don't post links to external sites. I prefer to do this…
0
votes
0 answers

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 language to domain. english: en.mysite.localhost francais:…
Roberto Q
  • 1
  • 2
0
votes
1 answer

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 in config.xml file.I have used the splashscreen delay of 6 seconds.and the issue is when the splash screen…
0
votes
0 answers

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 products which immediately redirect to an external…
0
votes
0 answers

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 using an Authorisation header "Bearer ". So far this…
0
votes
1 answer

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 webpage is published, the link address will become…
kaienfr
  • 315
  • 1
  • 3
  • 8
0
votes
1 answer

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 Rails. I've worked with some APIs and JSON in the…
Bluespheal
  • 123
  • 1
  • 10
0
votes
1 answer

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
LaideLawal
  • 77
  • 1
  • 10
0
votes
0 answers

Post images from external url without input[type='file'] (Laravel)

I'm working with Laravel 5.3 and I have problem with post images to my api. I have external urls of images which come from social network api. My Task is get this all items and post it to api without any form, input elements just from controller. I…
rufatZZ
  • 743
  • 2
  • 11
  • 27