What happens after encoding the request that sends that variable back to the server side ?
On Wed, Mar 27, 2013 at 12:19 AM, Aaron Tracy <[email protected]> wrote: > > Hi! > > I've got a regular expression ( > content=\"([A-Za-z0-9!"#$%&'()*+,./:;<=>?@\^_`{|}~-]+)\" name="csrf-token ) > That grabs my authentication token, the problem that I'm having is that when > I use the variable that should have my authentication token that looks like > this: > > ELVM+rEgERKSGA4d9mld+PiMf1dRtub9wuuBE1rKflM= > > Is stored in the variable and used in another request, the + and = are > stripped from the token and > > ELVM rEgERKSGA4d9mld PiMf1dRtub9wuuBE1rKflM > > Is used instead which causes my script to break. I've tried to wrap a > function around it to replace all spaces with a + but that didn't work ( not > to mention this doesn't handle the missing = ). How do I escape the + and = > characters so the variable retains the + and = signs? > > Thank you! > -- Providing quality services to the highly appreciated customers: * Applango.com * Arad Technologies Ltd * Astea Israel Ltd * BioControl Medical Ltd * Biometrix Ltd * Cognifit.com * Earlysense Ltd * Given Imaging Ltd * Idit Software Solutions * In-House * Israeli Ministry of Finance * Menora Insurance * Mentors Channel * Mominis.com * Ness Technologies * ORAM International * Partner-Orange * Peer39 * Physio-Logic Ltd * Pneumedicare Ltd * RealCommerce Ltd * Safecharge International * Shaker.com * Strauss-Water Tami4 * Tact-Matrix * TaKaDu.com * Tel-Aviv University * Tescom-ONE * TesTeam Ltd * Tuttnauer Ltd * Verix Ltd * Visionix Ltd * Visionsense Ltd * WinBuyer.com * XMPie-Xerox Special notice: In 2013, the entire operation of Ginsbourg.Com is being upgraded to cloud-based quality service. Regards, Shay Ginsbourg Regulatory & Testing Affairs Consultant WWW.GINSBOURG.COM Providing Regulatory, Medical & Performance Testing services since 2008: * IEC 62304 Medical Device Software Life Cycle * IEEE 829 Software Test Documentation * ISO 14971 Medical Device Risk Management * FDA 21 CFR Part 11 Software Validation * IEC 60601-1:2005 3rd ED PEMS - Medical Electrical Equipment * End-to-end verification, validation, and testing (VV&T) * FDA and CE submissions * Open source free testing tools implementation * Functionality and regression testing * Software Performance & Load testing * Software Testing Advanced Automation * Medical Software Verification & Validation * Medical Device Verification & Validation * Medical Device Regulatory Submission * Organizational Regulatory Qualification Formerly QA Manager of LoadRunner at Mercury Interactive M.Sc. cum laude in Bio-Medical Engineering M.Sc. in Mechanical Engineering Work: +972(0)3-5185873 Mobile: +972(0)54-6690915 Email: [email protected] Visit my personal page on LinkedIn at: http://www.linkedin.com/in/shayginsbourg Please consider your environmental responsibility before printing this e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
