uenc in the urlThe path Problem in menu product at checkout/cart pageProduct not adding to cartProduct page url issueCreate new product with same URL as deleted product?Error with the urlDecodeAndEscape and to delete an item from the cartHow to remove Duplicate parameter in URL?URL of subcategories on Magento shows 404 error pageURL for adding a simple product to the cart associated to a grouped productAdd to cart url returns invalid urlUnable to delete the update product from minicart through ajax

Is a reptile with diamond scales possible?

Why didn't Daenerys' advisers suggest assassinating Cersei?

What were the "pills" that were added to solid waste in Apollo 7?

Why does snapping your fingers activate the Infinity Gauntlet?

How to safely discharge oneself

Bash Array of Word-Splitting Headaches

Warped chessboard

Why were early aviators' trousers flared at the thigh?

Does a windmilling propeller create more drag than a stopped propeller in an engine out scenario?

Would it be possible to set up a franchise in the ancient world?

Very serious stuff - Salesforce bug enabled "Modify All"

What is the backup for a glass cockpit, if a plane loses power to the displays/controls?

What does it mean for a program to be 32 or 64 bit?

Is it wise to pay off mortgage with 401k?

In Dutch history two people are referred to as "William III"; are there any more cases where this happens?

Chain rule instead of product rule

Was murdering a slave illegal in American slavery, and if so, what punishments were given for it?

Is being an extrovert a necessary condition to be a manager?

Does ratifying USMCA imply a (stealth) ratification of UNCLOS?

Greek theta instead of lower case þ (Icelandic) in TexStudio

Working hours and productivity expectations for game artists and programmers

What does this 'x' mean on the stem of the voice's note, above the notehead?

If you attack a Tarrasque while swallowed, what AC do you need to beat to hit it?

"File type Zip archive (application/zip) is not supported" when opening a .pdf file



uenc in the url


The path Problem in menu product at checkout/cart pageProduct not adding to cartProduct page url issueCreate new product with same URL as deleted product?Error with the urlDecodeAndEscape and to delete an item from the cartHow to remove Duplicate parameter in URL?URL of subcategories on Magento shows 404 error pageURL for adding a simple product to the cart associated to a grouped productAdd to cart url returns invalid urlUnable to delete the update product from minicart through ajax






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















We are migrating a project, after migrating code to new server,
at the cart page the product removing is not working (http://35.185.190.192/checkout/cart/delete/id/61137/uenc/aHR0cDovLzM1LjE4NS4xOTAuMTkyL2NoZWNrb3V0L2NhcnQv/).



when i remove the uenc from the URL it removes the product(http://35.185.190.192/checkout/cart/delete/id/61137/),



what is the cause producing this issue, what is the use/need of uenc parameter,?










share|improve this question




























    1















    We are migrating a project, after migrating code to new server,
    at the cart page the product removing is not working (http://35.185.190.192/checkout/cart/delete/id/61137/uenc/aHR0cDovLzM1LjE4NS4xOTAuMTkyL2NoZWNrb3V0L2NhcnQv/).



    when i remove the uenc from the URL it removes the product(http://35.185.190.192/checkout/cart/delete/id/61137/),



    what is the cause producing this issue, what is the use/need of uenc parameter,?










    share|improve this question
























      1












      1








      1


      1






      We are migrating a project, after migrating code to new server,
      at the cart page the product removing is not working (http://35.185.190.192/checkout/cart/delete/id/61137/uenc/aHR0cDovLzM1LjE4NS4xOTAuMTkyL2NoZWNrb3V0L2NhcnQv/).



      when i remove the uenc from the URL it removes the product(http://35.185.190.192/checkout/cart/delete/id/61137/),



      what is the cause producing this issue, what is the use/need of uenc parameter,?










      share|improve this question














      We are migrating a project, after migrating code to new server,
      at the cart page the product removing is not working (http://35.185.190.192/checkout/cart/delete/id/61137/uenc/aHR0cDovLzM1LjE4NS4xOTAuMTkyL2NoZWNrb3V0L2NhcnQv/).



      when i remove the uenc from the URL it removes the product(http://35.185.190.192/checkout/cart/delete/id/61137/),



      what is the cause producing this issue, what is the use/need of uenc parameter,?







      magento-1.9 url






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 29 '17 at 13:36









      manokarthick karthickmanokarthick karthick

      4231527




      4231527




















          2 Answers
          2






          active

          oldest

          votes


















          2














          Please refer to this.



          https://maxchadwick.xyz/blog/wtf-is-uenc



          solution



          https://github.com/nexcess/magento-turpentine/issues/1058



          redirect has not encoded url.






          share|improve this answer






























            1














            UENC stands for "URL encoded". If you take the encoded string and base64 decode it, then you will see the actual result.



            So "aHR0cDovLzM1LjE4NS4xOTAuMTkyL2NoZWNrb3V0L2NhcnQv" is the encoded string of "http://35.185.190.192/checkout/cart/"



            You can decode the string on sites like this.



            More infos can be found here, or google "What is UENC ?" If the link dies one day.






            share|improve this answer

























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "479"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f191066%2fuenc-in-the-url%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              Please refer to this.



              https://maxchadwick.xyz/blog/wtf-is-uenc



              solution



              https://github.com/nexcess/magento-turpentine/issues/1058



              redirect has not encoded url.






              share|improve this answer



























                2














                Please refer to this.



                https://maxchadwick.xyz/blog/wtf-is-uenc



                solution



                https://github.com/nexcess/magento-turpentine/issues/1058



                redirect has not encoded url.






                share|improve this answer

























                  2












                  2








                  2







                  Please refer to this.



                  https://maxchadwick.xyz/blog/wtf-is-uenc



                  solution



                  https://github.com/nexcess/magento-turpentine/issues/1058



                  redirect has not encoded url.






                  share|improve this answer













                  Please refer to this.



                  https://maxchadwick.xyz/blog/wtf-is-uenc



                  solution



                  https://github.com/nexcess/magento-turpentine/issues/1058



                  redirect has not encoded url.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 29 '17 at 13:58









                  padhiyar gaurangpadhiyar gaurang

                  546315




                  546315























                      1














                      UENC stands for "URL encoded". If you take the encoded string and base64 decode it, then you will see the actual result.



                      So "aHR0cDovLzM1LjE4NS4xOTAuMTkyL2NoZWNrb3V0L2NhcnQv" is the encoded string of "http://35.185.190.192/checkout/cart/"



                      You can decode the string on sites like this.



                      More infos can be found here, or google "What is UENC ?" If the link dies one day.






                      share|improve this answer





























                        1














                        UENC stands for "URL encoded". If you take the encoded string and base64 decode it, then you will see the actual result.



                        So "aHR0cDovLzM1LjE4NS4xOTAuMTkyL2NoZWNrb3V0L2NhcnQv" is the encoded string of "http://35.185.190.192/checkout/cart/"



                        You can decode the string on sites like this.



                        More infos can be found here, or google "What is UENC ?" If the link dies one day.






                        share|improve this answer



























                          1












                          1








                          1







                          UENC stands for "URL encoded". If you take the encoded string and base64 decode it, then you will see the actual result.



                          So "aHR0cDovLzM1LjE4NS4xOTAuMTkyL2NoZWNrb3V0L2NhcnQv" is the encoded string of "http://35.185.190.192/checkout/cart/"



                          You can decode the string on sites like this.



                          More infos can be found here, or google "What is UENC ?" If the link dies one day.






                          share|improve this answer















                          UENC stands for "URL encoded". If you take the encoded string and base64 decode it, then you will see the actual result.



                          So "aHR0cDovLzM1LjE4NS4xOTAuMTkyL2NoZWNrb3V0L2NhcnQv" is the encoded string of "http://35.185.190.192/checkout/cart/"



                          You can decode the string on sites like this.



                          More infos can be found here, or google "What is UENC ?" If the link dies one day.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited May 13 at 15:27

























                          answered Dec 7 '18 at 11:25









                          BlackBlack

                          462420




                          462420



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Magento Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f191066%2fuenc-in-the-url%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                              Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                              Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form