ACE Probe with special Caracters

I need to probe a URL that contains the caracter "?".
I am working with the ACE and would like to know how can I put the URL within the probe format.
Thanks

Hi,
It's one of the 2 solutions below, don't know which one :-)
you can use brackets [ ] or a slash in front of you question mark.
fe:
request method get url /search[?]number=10
If this doens't work, try to use the escape sequence like in IOS:
escape sequence is CRTL-V
so if you want to type it in a probe:
request method get url /search(type CTRL-V)?number=10
HTH,
Dario

Similar Messages

  • Problems with special caracters

    Hi coleagues,
    I have problem with special caracters in querys(SQ01, SQ02, etc), in place of (ç,~,) appers #.
    Thanks in advanced for your cooperation.

    Hi
    Can you be more clear plz...what is stoping you to
    do your work.Follow the link.Its clearly stated with
    all the screen shots and I am sure it will help you
    http://www.auditware.co.uk/downloads/SAPQuery_step_thru.pdf
    Also check with the changes in settings>settings>Is graphical query painter checked
    and what are the below options in which radio buttons are checked in.
    Regards,
    Manjula.

  • Importing txt in flash 8, problems with special caracters

    i am having a problem when importing a txt file into my swf.
    When publishing it in flash player 5 the special caracters (in this
    case another language) the caracters display just fine, but when
    publishing in flash 8 they all transform into weird boxes.
    Anybody, any sugestions???
    thanks a lot

    Hade almost the same problem - - ->
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=194&threadid=1240349

  • ACE: probe with serverfarm not working

    Hello
    When i use one probe configured for port 8080 with serverfarm which users realservers port 8080 everything works fine. But i wanted to create one generic probe and use for all of my serverfarms. I hoped that this generic (tcp probe) probe will use ports of each serverfarm, but it uses default port 80. Is it possible to use one generic probe for all serverfarms which have different ports ? How ?
    It worked in CSM, but it does not work in ASA :(
    Thanx

    if you do not define a port in the probe config, it should take the one defined in the serverfarm.
    Just like the CSM.
    Gilles.

  • ACE HTTP Probe with regex

    ACE HTTP Probe with regex
    Hi,
    I'm trying to setup a HTTP probe with expected string rather then a code (config below). I do a GET for the page then a search for a string in the response however it's not working, as probe appears as failed.
    I've tested the connection to the server by using telneting and then looking at the page displayed to make sure the string I want to match is in the response.
    probe http HTTP-PROBE
    port 43050
    interval 30
    passdetect interval 30
    passdetect count 1
    request method get url /action=help
    open 43050
    expect regex action=help
    Q. Is there anything wrong with this configuration and what I'm trying to achive?
    Thanks,
    Pritesh

    Use "expect status" under probe config. expect regex doesnt work if expect status is not configured.
    expect regex work flawlessly with static pages. It doesnt work all the time with dynamic pages.
    Specially if "content-length" header is missing from Server response.
    Hope it helps
    Syed Iftekhar Ahmed

  • SMS Problems with portuguese special caracters

    I´ve recently installed the upgrade for ios 6, I became aware that  when I use portuguese special caracters(i.e. ç ã á..etc)  in an SMS message the system splits into two messages.
    Does anyone know if there is a solution for this problem?

    Hi
    Can you be more clear plz...what is stoping you to
    do your work.Follow the link.Its clearly stated with
    all the screen shots and I am sure it will help you
    http://www.auditware.co.uk/downloads/SAPQuery_step_thru.pdf
    Also check with the changes in settings>settings>Is graphical query painter checked
    and what are the below options in which radio buttons are checked in.
    Regards,
    Manjula.

  • ACE Appliance HTTP Probe with "POST" query

    Does the ACE support HTTP Probe with a "POST" query?
    Thanks
    Joe

    Hi Joe,
    The ACE only supports GET and HEAD
    Here is the documentation related to this:
    http://www.cisco.com/en/US/customer/docs/interfaces_modules/services_modules/ace/vA5_1_0/configuration/slb/guide/probe.html#wp1031485
    Cesar R

  • L7 loadbalance content with special international language characters

    Hi, I'm trying to do layer 7 loadbalancing with webpages that have links with special language characters in the url, our ACE drops these ie. åöä
    How to do?
    class-map type http loadbalance match-any FB0111661
    2 match http url .*
    we running A1 code on our Ace

    I don't know if this bug is affecting me, in the below example towards the end of the link it's that swedish language characters that gets dropped by ACE. Is anyone else experiencing something similar?
    http://xxxx.xxxx.xxxxx/scripts/cgiip.exe/cm/pub/showdoc.p?docid=476&FolderId=7280&ObjectName=IT-råd

  • Problem inserting text with special Hungarian characters into MySQL database

    When I insert text into my MySQL db the special Hungarian
    characters (ő,ű) they change into "?".
    When I check the
    <cfoutput>#FORM.special_character#</cfoutput> it gives
    me the correct text, things go wrong just when writing it into the
    db. My hosting provider said the following: "please try to
    evidently specify "latin2" charset with "latin2_hungarian_ci"
    collation when performing any operations with tables. It is
    supported by the server but not used by default." At my former
    hosting provider I had no such problem. Anyway how could I do what
    my hosting provider has suggested. I read a PHP related article
    that said use "SET NAMES latin2". How could I do such thing in
    ColdFusion? Any suggestion? Besides I've tried to use UTF8 and
    Latin2 character encoding both on my pages and in the db but with
    not much success.
    I've also read a French language message here in this forum
    that suggested to use:
    <cfscript>
    setEncoding("form", "utf-8");
    setEncoding("url", "utf-8");
    </cfscript>
    <cfcontent type="text/html; charset=utf-8">
    I' ve changed the utf-8 to latin2 and even to iso-8859-2 but
    didn't help.
    Thanks, Aron

    I read that it would be the most straightforward way to do
    everything in UTF-8 because it handles well special characters so
    I've tried to set up a simple testing environment. Besides I use CF
    MX7 and my hosting provider creates the dsn for me so I think the
    db driver is JDBC but not sure.
    1.) In Dreamweaver I created a page with UTF-8 encoding set
    the Unicode Normalization Form to "C" and checked the include
    unicode signature (BOM) checkbox. This created a page with the meta
    tag: <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />. I've checked the HTTP header with an online
    utility at delorie.com and it gave me the following info:
    HTTP/1.1, Content-Type: text/html; charset=utf-8, Server:
    Microsoft-IIS/6.0
    2.) Then I put the following codes into the top of my page
    before everything:
    <cfprocessingdirective pageEncoding = "utf-8">
    <cfset setEncoding("URL", "utf-8")>
    <cfset setEncoding("FORM", "utf-8")>
    <cfcontent type="text/html; charset=utf-8">
    3.) I wrote some special Hungarian chars
    (<p>őű</p>) into the page and they displayed
    well all the time.
    4.) I've created a simple MySQL db (MySQL Community Edition
    5.0.27-community-nt) on my shared hosting server with phpMyAdmin
    with default charset of UTF-8 and choosing utf8_hungarian_ci as
    default collation. Then I creted a MyISAM table and the collation
    was automatically applied to my varchar field into wich I stored
    data with special chars. I've checked the properties of the MySQL
    server in MySQL-Front prog and found the following settings under
    the Variables tab: character_set_client: utf8,
    character_set_connection: utf8, character_set_database: latin1,
    character_set_results: utf8, character_set_server: latin1,
    character_set_system: utf8, collation_connection: utf8_general_ci,
    collation_database: latin1_swedish_ci, collation_server:
    latin1_swedish_ci.
    5.) I wrote a simple insert form into my page and tried it
    using both the content of the form field and a hardcoded string
    value and even tried to read back the value of the
    #FORM.special_char# variable. In each cases the special Hungarian
    chars changed to "q" or "p" letters.
    Can anybody see something wrong in the above mentioned or
    have an idea to test something else?
    I am thinking about to try this same page against a db on my
    other hosting providers MySQL server.
    Here is the to the form:
    http://209.85.117.174/pages/proba/chartest/utf8_1/form.cfm
    Thanks, Aron

  • Lots of Update probs with NSU, why not include Bac...

    Yes i'm back on here to voice a few concerns..
    Firstly i've noticed a lot of threads on here regarding bricked phones when people have innocently been using NSU to upgrade the firmware on there phones.
    I also have a similar experience with an N70 - went to upgrade through NSU, its downloaded the update, and whilst applying it, the pc said no phone connected (even though there was nothing near it), so i ended up with a goosed phone, with no way of updating it or reverting back to the original firmware...
    So why don't Nokia include a mechanism in NSU which as part of the upgrade process Backs up the current firmware before updating. If it fails, then a least NSU could reapply the original one.
    How about Nokia implement a Memory Card solution (for the phones that support it), avoid cable probs altogether, and include an image which you can transfer onto a Memory Card and update the firmware that way?
    Come on Nokia, Connecting people is your logo, yet your NSU is disconnecting the same people good and proper...
    Nuff Said.

    Good point there, but I personaly think that a FW backup/rollback implementation like you mentioned would be a lot trickier to realistically implement, since after the updates are downloaded and firmware flashing is started, nokia really has little to no control of what happens in between the flashing part and the "phone dying" part. ;p
    Also, isn't it detailed in the NSU instructions somewhere that firmware cannot be rolled back to a previous version? But, it can be done at a Care Point (with special equipment, I presume).
    Not even the other phone manufacturers can do the same at this time (i.e. software-controlled FW rollback).

  • ACE Probe regex and escaping Parenthesis

    I'm trying to setup a ACE probe that expects a return of
    (server.domain.com) EXISTS=TRUE,AVAILABLE=TRUE,ACTIVE=TRUE
    But it doesn't appear that I can use Parenthesis inside a regex.  I've tried escaping as well.
    expect \(server\.domain\.com\) EXISTS=TRUE,AVAILABLE=TRUE,ACTIVE=TRUE
    % invalid command detected at '^' marker.   Pointing at the (
    But this doesn't work either.  Any ideas?

           Hi,
    Hi,
    If it has taken it, it should match the response from server.  Is it still not matching?
    If you look at the regex builder below, the regex matches the response which is expected from the server. So ACE should be able to match it.
    Also, you can try and put \ before dots but not sure. In my opinion it should work fine with what we have put in already. If it doesn't we will have to use hit and trial. Let me know if you need this regex builder. You can download it from google though. In any case i just attached it.

  • Why where special caracters removed from the German keyboard in iOS 4.2?

    Hi,
    with iOS 3 you could access special caracters like è é etc by pressing the e key when using the standard german keyboard on the iPad or iPhone.
    This is gone with iOS 4.21 - the only additional caracter is the letter ė.
    As my first name contains the letter é this is very bothersome as I need to work with an additonal (french) keyboard layout to type my name.
    Why where most of the letters removed, when will they be back?

    This problem has been raised here a few times already. Nobody knows why Apple did this. You need to ask for a fix via this channel:
    http://www.apple.com/feedback/ipad.html

  • Prob. with iTunes, Phone won't shut off.  Tks.

    3GS with 6.1.3 Prob. with iTunes.  When I want to close out of iTunes after a Podcast the App will not close out when I hit Home. All other Apps shut down, only prob. is with iTunes.  Cant turn phone off goes back ti iTunes when turned on again.  Tks.

    I hope the previous replies are wrong. It was my understanding that even when Match is turned off in iTunes, music previously matched or uploaded to iCloud will stay there, associated with my Apple ID, even through a cold boot etc. If you want to remove songs from iCloud, but keep them locally, do this:
    1. Click "Store" in the iTunes top Menu
    2. Select "Turn on iTunes Match" (if it isn't already turned on)
    3. Close iTunes.
    4. Hold down the Shift key while you open iTunes - this will prompt you to choose or create a (new, locally empty) Library in a different folder from your main Library.
    5. Now you should see ONLY music that is stored in iCloud.
    6. Delete them all. iTunes will show a checkbox or button for you to click to delete the selected items from iCloud.
    7. Turn off iTunes Match (see #1)
    8. Restart iTunes with the Shift key again, so you can get back to your main Library - with Match turned off.

  • I have copied my iTunes library onto a new computer, but when I play back the songs there seems to be random "miss" or "drop out".  No probs with old computer, just the new one.  I'm onto my third new computer - same problem.  Any suggestions please?

    I have copied my iTunes library onto a new computer, but when I play back the songs using the new computer, there seems to be random "miss" or "drop out" during play back, similar to a small scratch on a vinyl record.  Although when I play the same song over again, the "miss" occurs in a different location during the song.  No probs with old computer, just the new one.  I'm onto my third new computer - same problem.  Any suggestions please?

    You don't say which version of iTunes you are using, but the symptoms you describe have been encountered by some users with the 64-bit version of iTunes 12.1.
    There is an alternative version for 64-bit editions of Windows here:
    iTunes 12.1 for Windows (64-bit — for older video cards)
    that seems to address the most of the playback issues that some users have been reporting with the full 64-bit version of 12.1.0.77 - including problems with Bluetooth speakers where either sound is degraded or completely absent.  The alternative installer here is the same architecture as most previous "64-bit" versions of iTunes, i.e., a 32-bit application with a 64-bit installer.  The "for older video cards" label appears to be something of a misnomer as some people have reported that this corrects problems found on current / high-spec systems.
    Some users have reported that after installing this alternative version it is necessary to adjust the "Play audio using" selection (normally to "Direct Sound" rather than "Windows Audio Session", though this may vary based on your audio hardware/drivers) in Edit > Preferences > Playback to restore glitch-free audio (one part of the reported symptoms is that the "Direct Sound" choice isn't available, usually in Windows 8).  It may also be necessary to ensure that your Bluetooth speakers are active and selected as the default audio device before you run iTunes.
    If this doesn't address the issue, you may want to think about reverting to iTunes 12.0 - see Turingtest2's notes on Troubleshooting issues with iTunes for Windows updates for steps needed to completely remove all installed iTunes components, and for links to the 12.0 installers.

  • F-30: posting with clearing a document with special G/L indicator and tax

    Hi All,
    by t.code F-02 I've posted a document with the follow items:
    PK     SG      Account Description
    40                Bank G/L Account   u20AC 1200,00
    19      A       Customer code         u20AC 1000,00-  (1000,00 amount and 200,00 tax amount)
    50                Tax G/L Account     u20AC  200,00-
    If I launch the t.code F-30 (post with clearing), choose that customer and select the special G/L indicator "A", SAP displays
    the document I've posted with an amount equal to 1.200,00- instead of 1000,00.
    This does't allow me to clear the open Item....
    Could anyone hel me?
    Thanks
    Gandalf

    Hi
    A   payment  recorded  with   special GL indicator  is automatically set  as  locked.  This is  sap  program and cant be changed.  When  the  related invoice is  recorded ,  the   down payment  can  be cleared  with it  using  F-39, provided  the down payment relates to the same  sales / purchase order.
    For  the  difference in customer  amount,  its  difficult  to answer as    it may be due to  wrong account selection or  wrong amount entered in customer.
    Thanks
    kamala

Maybe you are looking for

  • Problem with start / restart

    Does anyone know about: When I start or restart my laptop the screen remains white.  How do I access?

  • Dual External Displays?

    Is there anyway to get dual external LCD's working with the macbook? If so please let me know, thanks.

  • Import & Library handling Question!

    Is it possible to do the following 100% successfully?: 1. Import images from CF card into LR 2. cull in another program 3. create a new folder on hard drive &  move all RAWs to be edited into this new folder 4. Import the choosen images to be edited

  • "error opening url to submit this form"

    Hi, I develop AcroForm PDF file using Acrobat. file Contain so many fields and Submit button. when I was click on Submit button than I got the Error message Error opening url to submit this form I set the return type XFDF on button. How can I fix thi

  • IPhoto crashed and all content is now missing, how do I restore/get all content back?

    My iPhoto crashed as I was trying to export a selected number of photos (to send to colleagues with Windows PC) and all content is missing. How do I restore/get all content back and in the same formet ie in their original events that I set up?