Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

UPS XML Rates and Services v1.0 - is cURL required?


stevemcl

Recommended Posts

For the 'UPS XML Rates and Services v1.0' shipping module, is cURL required?
Absolutely. UPS uses a https connection (you are sending a user name and password plus a developers key over the internet) and for that you need cURL. No way around it (although I noticed a package at www.phpclasses.org that claims:
Applications that depend on the Curl library may now run with this package whether or not the Curl extension is available.
Perhaps?
Link to comment
Share on other sites

Absolutely. UPS uses a https connection (you are sending a user name and password plus a developers key over the internet) and for that you need cURL. No way around it (although I noticed a package at www.phpclasses.org that claims:

Perhaps?

How can I determine if cURL is available on my host's server?

Link to comment
Share on other sites

How can I determine if cURL is available on my host's server?

Just used phpinfo.php to determine that I do indeed have curl enabled:

 

curl

CURL support enabled

CURL Information libcurl/7.14.0 OpenSSL/0.9.7d zlib/1.2.3

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...