Questions tagged [geturl]

geturl can refer to a specific function in a library, API or framework. Examples of geturl methods is found in cURL, Google Places and PowerBuilder. geturl can also refer to the concept of programmatically retrieving an url (or part of a url) from a string a other resource.

can refer to a specific function in a library, API or framework. Examples of methods is found in , and .

can also refer to the concept of programmatically retrieving an url (or part of a url) from a string a other resource.

143 questions
3
votes
1 answer

WebView.getUrl() returns null

I have an issue with Webview. I'm programming my own WebChromeClient class overriding onProgressChanged method because I want to show the page when it finishes loading and then, to hide the splash screen. As I just want it to happen with a…
Adrian
  • 721
  • 2
  • 11
  • 34
3
votes
2 answers

Download a xls file from url into a dataframe (Rcurl)?

I'm trying to download the following url into an R dataframe: http://www.fantasypros.com/nfl/rankings/qb.php/?export=xls (It's the 'Export' link on the public page: http://www.fantasypros.com/nfl/rankings/qb.php/) However, I'm not sure how to…
hianalytics
  • 313
  • 3
  • 11
3
votes
1 answer

get url event on app open in objective c (Mac OSX)

I'm writing a very lightweight app for OSX 10.6+ which will respond to a user clicking on a URL, pass that URL to another application via TCP and then exit. So far it has registered fine to launch when a user clicks the custom url scheme. However…
Aaron
  • 48
  • 3
2
votes
3 answers

Problem with string - lenght is not correct - some chars included not displayed

I wanted to upgrade the Magento Ogone module to match the new SHASign calculation. It's working fine now but there is a problem ... I have an issue with some strings returned by a Magento method : Mage::getUrl('ogone/api/accept'); It returns me a…
antoineg
  • 98
  • 6
2
votes
1 answer

How to get getURL to work on R on Windows 10? [tlsv1 alert protocol version]

Apparently there seems to be a problem with getURL when using windows 10. I have searched through the internet for a long time and cannot find any answers other than "use [alternative] instead". However, I'm currently taking a class with pre-coded…
Azerty
  • 21
  • 2
2
votes
2 answers

Grab URL parameter passed and add to iframe URL

I'm using typform embed code but they didn't provide any sample code to grab a custom parameter from the URL and insert it into the embed code they generate. They explain it can be done though. The steps are outlined below. I'm looking for some code…
gmoney
  • 37
  • 5
2
votes
1 answer

RCurl::getURL works, httr::GET has Failure when receiving data from the peer

I am building some functions to pull csv files from a website (in this case Workday) that requires basic authentication. I am noticing httr is not performing as expected When I use the…
blakiseskream
  • 338
  • 4
  • 9
2
votes
0 answers

R - getURL - no PORT COMMAND

I have been connecting to a ftp server for some time now, but it has stopped working this week. The connection to the ftp works fine when accessing through FileZilla Client. But not when I try to go through R or internet explorer (both was working…
morten
  • 21
  • 1
2
votes
1 answer

Google Places Photos .GetUrl is adding width and height to url

I'm trying to get images from google places. All is working for details: reviews, address... but when I try to get photos, I get a 404. if(place.photos != null){ for(var i = 0; i < place.photos.length; i++){ var str =…
DKinnison
  • 355
  • 1
  • 3
  • 16
2
votes
1 answer

Avoiding "Could not resolve host" error to stop the program running in R

I use the getURL function from the Rcurl package in R to read content from a list of links. When trying to fetch a broken link of the list I get the error "Error in function (type, msg, asError = TRUE) : Could not resolve host:" and the program…
Francisco Ghelfi
  • 872
  • 1
  • 11
  • 34
2
votes
1 answer

What is method to get URL before tab redirect in firefox?

I have developed a Add-on for Firefox. It has a redirect…
2
votes
3 answers

Get part of the current url PHP

How i cant get a specific part of the current url? for example, my current url is: http://something.com/index.php?path=/something1/something2/something3/ Well, i need to print something2 with php. Thanks!
lucasmenendez
  • 116
  • 1
  • 11
2
votes
1 answer

How to get photo of place from google places api

I'm beginer to js and api I have an for me big problem.. How to get photo for some places with google places api. I try with this: function setLink(i) { var photo = place.photos; var sideClick = jQuery("
Mark West
  • 269
  • 2
  • 5
  • 17
2
votes
4 answers

Magento SSL links

I've configured magento to use SSL links.. Base URL https://sub.domain.com/ Base Link URL {{secure_base_url}} Base ... URL {{secure_base_url}}.../ Use Secure URLs in Frontend: YES Use Secure URLs in Backend: YES Frontend i have some custom…
Roland Franssen
  • 1,038
  • 1
  • 11
  • 22
2
votes
2 answers

WebView.getUrl() returns null because page not done loading

I want to get the url of the webview. However, the method calls before the page is done loading so it always returns with null. Any way around this? Thanks. WebView webView = new…
onepiece
  • 3,279
  • 8
  • 44
  • 63
1
2
3
9 10