Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 563511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:40:06+00:00 2026-05-13T12:40:06+00:00

If anyone could help me with the problem I’m having I would be one

  • 0

If anyone could help me with the problem I’m having I would be one happy programmer. I’m working on an e-commerce site that is having trouble authenticating with the gateway. This problem just start randomly on a site that had been working for years. This suggest to me that either the host made a change / update to it’s PHP configuration or some other configuration setting was changed by the client.

Here is an image of the problem in Fiddler:
alt text http://www.pivotalhorizon.com/mike/random_files/sc_2.jpg

You can see in the areas I have in a red box the values have extra characters (i.e. instead of just “59.00” it is “59.00\n73\n”. I have no clue where these extra characters are coming from. The previous page (order preview) uses the same values and they display fine; however, this final page (confirm order) has the extra crap.

Any ideas?

For those that wanted it, here is the code in a nutshell:

Here is the code

on the order preview page you have the following in a form using POST:

<input type="hidden" name="CCType" value="VISA">

and the on the order confirm page (the page you see in fiddler above):

$CCType = $HTTP_POST_VARS['CCType'];
<INPUT TYPE="HIDDEN" NAME="x_Card_Type" VALUE="<?=trim($CCType)?>">

basically, page 1 says variable = value. The variable then moves to page 2 via the post and page 2 outputs the value stored in the variable.

I see the answer posted below and I’ll investigate that.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:40:06+00:00Added an answer on May 13, 2026 at 12:40 pm

    This is Chunked Transfer Encoding. It’s part of HTTP 1.1 protocol (you can find such bytes on other sites). This numbers tell browser how many bytes will be sent in next chunk of data. You’ll never see them on page.

    You don’t need to warry about it. Just click on yellow line in Fidder saying “Responce is encoded… Click here is transform.” If you have “Show Toolbar” enabled in Fidder menu, then click on “AutoDecode” button, which will make Fiddler to decode it automatically.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.