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
1
vote
1 answer

GetUrlCacheEntryInfo usage

I tried to print out the information given by the function called "GetUrlCacheEntryInfo" but it's not working, it's printing me out only a character in the debug - log. How can i print all the data correctly?
GDaniel
  • 11
  • 4
1
vote
1 answer

How do I collect historical weather data from Wunderground using R function?

Can anyone help me fixing this code? I used the script without issues last year, but now there is issues with the connection to the url. How do I fix it? What I want is to collect and arrange data from 2015-12-01 to 2016-04-15 from the weather…
Anna Heebøll
  • 101
  • 2
  • 15
1
vote
0 answers

How can I get any Browser's URL in VB6?

Recently, I was trying to make a program for saving all visited URLs in a text file from any browser using Visual Basic 6. I have found some codes for VB.NET, but I like programming in VB6. VB.NET Code for getting browser URL Option Explicit…
Software Builder
  • 201
  • 4
  • 17
1
vote
1 answer

geturl powerbuilder behavior change

I have been use the function GetUrl to save an xml obtained from a web page without problems, but two days ago, it started to gave me an error when downloading. The following is the code for the function that is called to perform the retrieve and…
1
vote
0 answers

python, get current (dynamic) url

so I've been tasked with coming up with a Python script that checks the load time of pages in our application.. problem is, each page is dynamic. Here is an example of the pages: Page 1:…
Deez
  • 11
  • 4
1
vote
1 answer

“No URL to redirect to” How to redirect to the same page django

I am using forms which get populated by the user. The save method of the forms.py looks like this: def save(self, commit=True): instance = super(LocationForm, self).save(commit=False) if instance.location_id: instance.save() …
Tom
  • 2,545
  • 5
  • 31
  • 71
1
vote
2 answers

RCurl getURL SSL error

Related questions: RCurl errors when fetching ssl endpoint R: Specify SSL version in Rcurl getURL statement I am looking at the following: url =…
Smackboyg
  • 131
  • 1
  • 2
  • 10
1
vote
0 answers

getURL throws error; same URL works in browser. OR: How to cleanup after getURL()

summary: ## parameters_string is a vector, 3K long, of different parameter values to the API U <- paste0("www.Somehost.com/api?", parameters_string) getURL(U) eventually fails, after around 350 calls. Continues to work after restarting R getURL(U,…
Ricardo Saporta
  • 54,400
  • 17
  • 144
  • 178
1
vote
1 answer

RCurl getURL with loop - link to a PDF kills looping

I've been puzzling this long enough now and can't seem to figure out how to get around it. Easiest to give working dummy code: require(RCurl) require(XML) #set a bunch of options for curl options(RCurlOptions = list(cainfo = system.file("CurlSSL",…
SOConnell
  • 793
  • 1
  • 8
  • 27
1
vote
1 answer

getForm with get method - how to bypass redirection?

I'm struggling with the getForm and the problem of redirecting my query. I've tried to experiment with cookiefile and followlocation as in other topics in Stackoverflow but with no result. My code: …
KkK
  • 65
  • 4
1
vote
3 answers

How to track my flash video player embed on other sites

Setup: an online tv channel with "youtube" like clips and categories our own flash video player which can be embeded into other remote sites as2 flash player Goal: To track who's embedding my videos, at least with basic statistics per…
Dragomir Dan
  • 43
  • 1
  • 1
  • 10
1
vote
1 answer

Get url id in php and check whether it exist or not in database

I have written code in php in order to get id from url and check whether it exists or not in mysql database. I have an existing value in the database but still getting a problem saying value is not found. Please anyone have a solution? Here is my…
1
vote
1 answer

python2.7: Could not import get_url from bottle

I can't import the get_url from bottle: from bottle import get_url The error is: Traceback (most recent call last): File "./py_test.py", line 4, in from bottle import get_url ImportError: cannot import name get_url There is no error…
goofyJan
  • 13
  • 3
1
vote
3 answers

How to get complete URL of iframe website

My website is an iframe base website. it has following link, localhost/folder/index.php/#!/post/ I can't figure out how to grab the "/#!/post/" part of the URL. I am using the following php script to get url but its only get url till…
Syed
  • 25
  • 1
  • 7
1
vote
1 answer

How to get most popular Facebook post in R

I am trying to use the following code to get posts from a page on Facebook. I get an error even though the query works when I type it in a browser. This is the error I get: WWW-Authenticate: OAuth "Facebook Platform" "invalid_request" "Unknown…
Lauren
  • 57
  • 8