CFHTTP Expert Needed For Problem Today

2006-11-01 Thread Tch3
I have code that I need fixed and I'm willing to  pay $250 to the first 
person who gets it (probably a very simple problem). I am  also willing to pay 
$50 
for your time if you solve it and are not the  first to solve it, but are 
within the first five people to solve it. The code,  which is posted below, 
bids 
on ebay and has worked up until  today. eBay periodically their pages/login 
system and our current code is  missing something that logs the user in 
(possibly 
dealing with cookies  and passing a token). This is urgent.  

The code posted below simply makes a CFHTTP Post call to an ebay page, and  
attempts to get back a confirmation page. The problem is with the login, so I  
would suggest if, when you run the code, nothing comes to mind, write a  short 
procedure that just logs into ebay using the test account provided.
 
Please email me at [EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])  if you have 
any 
questions, to talk  about this problem, or would like to submit a solution.
 
Code: _http://65.182.215.250/testebay.zip_ 
(http://65.182.215.250/testebay.zip) 
 
 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Jobs-Talk/message.cfm/messageid:3162
Subscription: http://www.houseoffusion.com/groups/CF-Jobs-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Re: CFHTTP Expert Needed For Problem Today

2006-11-01 Thread s. isaac dealey
This is a wild stab in the dark, and may have nothing to do
with your issue, but looking at the code I would recommend
changing Find('offerToken=' in your GetToken1 helper
function with FindNoCase. I don't think eBay is likely to
have that string in their page more than once with different
capitalization, but if someone at eBay happened to change
the caps in that string even accidentally, then the
FindNoCase will continue to work. I'll keep looking at this
a bit more and see if I see anything else. 


On Wed, 1 Nov 2006 12:40:30 EST
[EMAIL PROTECTED] wrote:

 I have code that I need fixed and I'm willing to  pay $250 to the first 
 person who gets it (probably a very simple problem). I am  also willing to 
 pay $50 
 for your time if you solve it and are not the  first to solve it, but are 
 within the first five people to solve it. The code,  which is posted below, 
 bids 
 on ebay and has worked up until  today. eBay periodically their pages/login 
 system and our current code is  missing something that logs the user in 
 (possibly 
 dealing with cookies  and passing a token). This is urgent.  
 
 The code posted below simply makes a CFHTTP Post call to an ebay page, and  
 attempts to get back a confirmation page. The problem is with the login, so I 
  
 would suggest if, when you run the code, nothing comes to mind, write a  
 short 
 procedure that just logs into ebay using the test account provided.
  
 Please email me at [EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])  if you have 
 any 
 questions, to talk  about this problem, or would like to submit a solution.
  
 Code: _http://65.182.215.250/testebay.zip_ 
 (http://65.182.215.250/testebay.zip) 
 
-- 
s. isaac dealey512.372.8890
new epoch  isn't it time for a change? 

http://coldfusion.sys-con.com/author/4806Dealey.htm
http://www.fusiontap.com
http://www.turnkey.to


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Jobs-Talk/message.cfm/messageid:3163
Subscription: http://www.houseoffusion.com/groups/CF-Jobs-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11