cfhttp
google analytics, hitting it from coldfusion server cfhttp
开发者_开发问答I have used this: Generate Google Analytics events (__utm.gif requests) serverside[详细]
2023-03-27 09:25 分类:问答Remote login with ColdFusion
I\'m working on an application that has a \'login\' for clients to connect to their webmail or other services that are hosted by another company on a remote server.[详细]
2023-03-20 03:47 分类:问答Fetch only the HTTP headers with coldfusion for a remote URL
I have a function that parses urls given to it, and based on the content it finds on that page it decides to use open graph to make embeded videos show up, just display the title, etc.[详细]
2023-03-12 16:45 分类:问答Tokenising stream of HTTP messages in Objective-C
I have an NSData object that consists of several HTTP responses or requests concatenate开发者_如何转开发d together. What is the most effective way to tokenise this stream of requests/responses into in[详细]
2023-02-06 03:17 分类:问答Downloading large file in ColdFusion using CFHTTP
I\'m trying to download a large (600MB) binary file to the server using CFHTTP on Coldfusion 8: <cfhttp[详细]
2023-02-05 07:29 分类:问答Please help: How can I scrape this web page?
There\'s a site that offers a search service. You enter a number, search, and it returns results. What I want to do is run that search programmatically through coldfusion instead of having to go to th[详细]
2023-01-27 04:28 分类:问答webservice over HTTPS with self-signed cert in ColdFusion?
How to enable webservice call over HTTPS with self-signed cert in ColdFusion 9? According to the doc, <cfhttp> should work, but how about <cfinvoke>?[详细]
2023-01-17 07:45 分类:问答Download file in coldfusion and read its content
cfhttp with a get to download the files.Does anyone have an example of cfhttp working?Are there special settings that need to be set up on the server side to get this tag to work.When I try the follow[详细]
2022-12-29 14:39 分类:问答using cfhttp in multiple files taking too much time
I don\'t know if its possible but just want to ask if we can cfhttp or any other thing to read selected amount of data instead of putting whole file in CFHTTP.FileContent.[详细]
2022-12-28 21:58 分类:问答cfhttp dns resolution
i\'m trying to get CFHTTP to talk to a domain that i have created for testing purposes on my test server. the address of the domain is \"mydomain.example.com\". everytime i try to connect using cfhttp[详细]
2022-12-16 00:08 分类:问答