HTTPService - different behavior on mac and windows...

My AIR application talks to a backend that does not have a server based proxy service. Doing a plain vanailla https POST...and finding out that my code works great on a mac but fails to get a response back to the result handler on a windows box...
private function setupHTTPService():void {
            httpserv = new HTTPService();
            httpserv.url = "https://a.b.c.d:8081/sqlquery";     // IP addr goes here..
            httpserv.method = "POST";
            httpserv.resultFormat = "text";
            httpserv.contentType = "text/plain";
In another method ---
    httpserv.request = qm.messageString();
                  httpserv.addEventListener("result", plistener = function (e:ResultEvent): void { gotdata( e,qm,gotconfig ) } );
                  httpserv.addEventListener("fault", flistener = function (e: Event): void { gotfailed( e,qm, gotconfig ) } );
                  httpserv.send();
Handlers ---
        public function gotdata(e:ResultEvent, qm:QueryMsg, passthru:Function):void {
            httpserv.removeEventListener("result",plistener);
            httpserv.removeEventListener("fault",flistener);
            handleData(e.result as String,qm)// handle receiving categories
        public function gotfailed(e:Event,qm:QueryMsg,passthru:Function):void {
            httpserv.removeEventListener("result",plistener);
            httpserv.removeEventListener("fault",flistener);
Setup the breakpoints on gotdata and gotfailed - don't even get a failure back when running the AIR app from a windows client. Tried with 3.3 and 3.4 SDK. Any thoughts?

Weird. We are having this same problem as well. Ours happens in Chrome as well. What I have figured out is -at least for us - is its somethign to do with the Google Analytics tracking cookie on our site. If I go to cookies and then delete the _umtz cookie, the site will load fine. In the time being I have set "pageTracker._setCampaignTrack(false); " in our tracking code to keep the script from dropping the cookie in users browsers.

Similar Messages

  • VPN -- different behavior between Mac and Windows XP clients.

    Hi,
    Background:
    I have a Mini server serving L2TP IPSEC vpn with both Mac and Windows (all XP, so far) clients.
    The mini sits behind a Netopia router/firewall/NAT box that port forwards L2TP traffic to the mini.
    The mini has a public but unrouted address (unrouted in the public Internet, that is.) The same Netopia serves as the router for outgoing public connections. DNS is served by other servers.
    The VPN clients are distributed addresses from the unrouted public address space.
    Client <-> NAT <-> Public Cloud <-> NAT <-> Private (with public addresses) <-> Mini (VPN)
    Mac clients work happily, accessing internal and external hosts.
    The XP clients have a registry value set to allow NAT traversal:
    under HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Services\IPSec, AssumeUDPEncapsulationContextOnSendRule is set to 2 to allow dual Nat traversal.
    The XP clients happily access internal hosts, but hang accessing some, but not all external hosts.
    For example, most Google services are quickly displayed, whereas www.comcast.net or www.llbean.net hang. It appears to be more frequent accessing third-party hosts while processing the initial page. Some Google web services, e.g. some Google Map plugins do eventually hang.
    An XP host internal to the network configured with the above registry key set to 0 (No NAT traversal)
    exhibits the same behavior when using a VPN connection
    Public Cloud <-> NAT <-> Private (with public addresses) <-> Mini (VPN) <-> Pvt. <-> Client
    Same host without VPN works fine.
    Clearing the XP checkbox that routes all traffic to the remote (VPN) router makes external hosts work
    as you would expect.
    So my questions are:
    a) What's XP doing?
    b) Can it be fixed? (besides routing public traffic away from the VPN.)
    Thanks Jonathan
    p.s. MrHoffman, I almost asked this in the HP Forum as well, till I noticed you were here. (Assuming you are Hoff.)

    Hi soccerdude21490-
    +Is this possible?+
    Theoretically yes. However, it would be up to the school to allow you access through their network.
    The first step would be to contact the school's IT department and ask them if they will allow such a connection, and if so, could they please provide you with the settings (ip address etc.).
    Luck-
    -DP

  • Mac and Windows showing different hard drive space remaining?

    Hello Guys,
    I am using my 1tb hard drive with mac and windows and while checking the space remaining, my mac says roughly 600gb left and my windows comp. says about 500gb left. I am just wondering which one of the storage remaining statements is correct and why they both show different numbers (by 100gb)? If it helps, this also happens to my 16gb flash drive. mac says 10 gb left, and windows says less space left (dont remember actual number, but was roughly 6-8).
    Just asking becuase I want to know why such a big difference in size remaining. Could it have to do with the way each OS sees what defines the harddrive as full?
    if it matters, my hdd format is MS-DOS (FAT32).
    Thanks a lot,
    krm1897

    haha its been 2 years. And no, i didn't figure it out, but i speculate it may have to do how Mac OSX and Windows reads the FAT file system (my tb hdd was FAT formatted so i could use it on both OS) and calculates remaining space.
    That may be right, or it may be completely wrong lol
    krm1897

  • How can I make an icon that links to a webpage that works with Mac and Windows??

    Hi!
    I burn CDs with my photos and send them to clients.   Besides the photos folder, I would like to include a file (similar to the .webloc files on the Mac Desktop) that can be clicked and it will be linked to my website - it will open up a browser window and go to my website .      Is it posssible to make one of these icons that works with both Macs and Windows machines?  Thanks!

    Now it works!  Thanks, Denico!
    The reason I saved to text:   The first time I followed your instructions, it did not work.   I tried to figure out what I did wrong and saw that you wrote to "save as plain text."   I did not know what this means and there was no option available to save a plain text.  So I looked around and saw "save as stationery" and I guessed that maybe that was what you meant.   And after that, it worked!  But the next thing you know, the icons started duplicating themselves.
    I guess I had made a different mistake in the beginning and I fixed it without knowing what it is.
    Thanks for clearing that up.
    But just one question.  WHY does saving as "stationery" make an icon duplicate itself?

  • Creative Cloud both on Mac and Windows on a second computer

    Is it possible to use Creative Cloud both on Mac and Windows on a second computer with one license? At home I work with Mac, and out I work with Windows.

    In 2.1.5 of the Software License Agreement it says that you have to own tow separate licenses if you use Mac and Windows on one computer. Is this not also the case if you have two computers, one operating with Mac and one operating with Windows?
    2.1.5 Dual Boot Platform. The Software is licensed for use on a specific operating system platform. Customer
    must purchase a separate license for use of the Software on each operating system platform. By way of example,
    if Customer desires to install the Software on both the Mac OS and Windows operating system platforms on a
    device that runs both of those platforms (i.e., a dual boot machine), then Customer must first obtain two separate
    licenses for the Software. This is true even if two versions of the Software, each designed for a different operating
    system platform, are delivered to Customer on the same media.

  • Using on Mac and Windows

    I want to purchase CS6 design standard and before I do I wanted to know:
    Can I use the products on Mac and windows (at the same time and one at a time) or do I have to purchase for each platform separately?
    How many systems can I install and use on simultaneously?

    So even for volume license the splitting of the suite to install its components on different machines is not allowed?
    I know thats what is clearly stated in the EULA FAQ link you provided but it does not mention volume licensing
    See http://www.adobe.com/volume-licensing/policies.html
    CLP and EA Policies > EULAs
    All use of a product is governed by the EULA for the product, which usually must be accepted by electronic click-through. EULAs are posted on the Adobe product license agreements page. Where the CLP 5 and EA terms and conditions conflict with a EULA, the CLP 5 and EA terms and conditions supersede.
    one of my local resellers said I could slice it. Thats why I want to confirm.
    What you're calling "slicing" is what Adobe's EULA terms "unbundling".
    4.5 No Unbundling. The Software may include various applications and components, may allow access
    to different Adobe Online Services, may support multiple platforms and languages, and may be
    provided to Customer on multiple media or in multiple copies. Nonetheless, the Software is designed
    and provided to Customer as a single product to be used as a single product on Computers as permitted
    herein. Unless otherwise permitted in the Documentation, Customer is not required to install all
    component parts of the Software, but Customer may not unbundle the component parts of the Software
    for use on different Computers.

  • InDesign Mac and Windows troubles

    Hi,
    We got 2 different shares on our Windows Server. One share for InDesign documents and one share for pictures. The pictures are used in the InDesign documents.
    We use InDesign CS6 for Mac and for Windows. If we create the InDesign documents on a Mac and open it on a Windows InDesign the picture links are broken. Same thing happens when we create the InDesign documents on Windows and open it on a Mac. Between 2 Macs or 2 Windows computers there isn't any problems.
    If both the InDesign document and the picture we link to is on the same server share there's no problems too.
    Shouldn't it be possible to edit the same InDesign documents on both Mac and Windows without breaking the links when they are stored on different shares?
    Thanks!
    Best regards
    Brian

    Sounds like either a problem with the path separators (Mac style vs. PC style), or possibly the network protocol used to link to the server on the Mac side.

  • Help: symbol shifting between mac and windows, flash cs3

    I'm doing work reviewing flash files created by other users
    on mac and windows. I'm using os x 10.5.6. When I open a file
    created in windows / flash cs3 some symbols on the stage will have
    shifted upwards on the y axis. If I correct the shift and then send
    it back to the windows user they see the symbols incorrectly
    aligned, as if I had moved symbols around on a correctly aligned
    file.
    The strange thing is not everything on the stage is shifted.
    Only particular symbols will move, and it's usually symbols only
    (not text frames, drawing objects, etc).
    I believe there's a general history of bad behavior when
    saving flash files and trading them back and forth between mac and
    windows, but does anyone know what may be causing this? Or a
    remedy?
    Thank you in advance.
    Peter

    also, I tried opening the same files in vista using a mac
    mini with vista installed on a bootcamp partition. When opening
    other windows authored flash files there I had shifting issues as
    well, so I'm not convinced it's strictly a mac vs. windows issue.
    Unless it's a flash cs3 on windows xp doesn't like mac flash cs3
    and vista flash cs3...

  • Sharing files between mac and windows

    Hello, I have recently purchased a new mac computer and I would like to transfer files from my old windows computer onto this new one and vice versa. I have tried using an external hard drive to do this, but I found that it can only be formatted to one OS at one time. Does anybody have any ideas of how I can accomplish this? Thank you so much for your help everyone!

    I'm not clear as to the current format of the drive. Since you say it is working with MacDrive I am assuming it is currently NTFS. You also say this is for a "new computer" so is this really a Leopard OS computer, making this a Leopard OS question? There's differences in the capabilities of the different systems.
    As for MacDrive, if it works and it's the only program then you'll have to pay for it. I'd say if you're just using it this once for this one application you could probably buy a used drive for $50 to allow you to clear some files off the one you want to use and reformat it. Drives formatted to FAT32 can hold files up to 4GB in size and work with both Mac and Windows. Unless this is for video I don't see a severe restriction to reformatting to FAT32 and using that.

  • File transfer between Mac and Windows

    I am running Windows on my Mac and I transfer files between mac and Windows alot using my external hard drive. I was wondering if there was an easier way to do this than having to use my external hard drive like a networking solution or something. Thanks...

    i also run windows on my mac (for work). The issue i had was that when booted in osx, i could see the windows partition, and copy files FROM it to the mac side, but i could not copy files TO the windows partition.
    As i understand it, this is because the apple NTFS driver (to read the windows partition) only allows read access (not read and write access). It was easily solved with MacFuse (which is an open source way to add different disk file systems to your mac, kind of like teaching it a new language), and NTFS-3G for mac osx.
    http://macntfs-3g.blogspot.com/
    scroll down a bit for the download link. The installer will put in MacFuse and NTFS-3G, so it's the only one you need.
    After a reboot, i can read/write to the windows partition while booted into macosx (and it's free).
    i hope that helps.
    p.s. the efi boot manager download is NOT required.

  • Mini DV Video - Storage for Mac and Windows

    I have about 16 hours of miniDv video that I have imported through iMovie and is now saved on an External HD connected to my Time Capsule. I have a Windows machine wirelessly connected and I would like to be able to access these files. I do not seem to be able to open the saved files. Any thoughts on either how I could make this content readable by both Mac and Windows?

    To read it in iMovie on Mac, your drive must be formatted as Mac OS Etended (journaled).
    For Windows, you drive can be formatted FAT32 (readable and writable by Mac (but not by iMovie)) or
    you can format as NTFS, which is read only by Mac.
    Your best bet is to format a different drive as FAT32 and copy these files to it.

  • What format for my external drive allows use with Mac and Windows?

    I got an external hard disk (1 tr) and i want to used it for my windows and mac, i read i can have two partitions one for mac and one for windows, but i dont really want to have two parts, and I read i can format it by fat32 and i can write and read on both os, is that true?
    I want to use it for movies, os backups, and files..
    Is it true that i can only save files up to 4 GB when the format is fat32?
    please advise..

    It this case you would need to to go to "Disk Utility" on mac and select 3 partions which will be under the Parition Layout in my screen shot below. "Current" is grayed out that will drop down select 3 partitions and make one NTFS, second Mac OS Extended, third FAT32. Using the FAT32 for both Mac and Windows but the files have to be under 4GB each.

  • I have an external drive - WD My Passport FOR MAC. I want to format it to work on both mac and windows. Which format do you think I should use? Will either one cause damage to the files on the hard drive?

    I have an external hard drive - WD My Passport FOR MAC. I want to format it to work on both mac and windows. I also want to be able to connect it to my TV and watch movies.
    I read up and I think I am supposed to use exFAT or FAT32? I also saw MS-DOS. Which format should I should use? Will any of them cause damage to the files on the hard drive?
    My little memory stick uses MS-DOS and it works on both mac and windows.
    Please can you just tell me a little about each and suggest which one to use.
    I know how to change it once you tell me so don't waste your time writing about changing it.

    Will any of them cause damage to the files on the hard drive?
    WARNING: FORMATTING A DRIVE ERASES IT COMPLETELY !!
    If you need to carry large files (e.g., larger than about 4GB) back and forth, you may need ExFAT. Otherwise MS-DOS works for smaller files.
    The Mac can Read, but not write Windows New Technology File System (NTFS) without an add-on program such as Paragon NTFS.

  • What type of hard disk should I use if I want to use it on mac and windows?

    Hey Forum,
    I am using windows xp on my macbook (snow leopard). I came across some dealers who say that there are hard disks for mac only and for both mac and windows. So, I wanted to buy a hard disk so that I can use it both on mac and windows xp, so what type of hard disk should I use? Must I partition into 2?
    or are there any harddisk in the market which is compatible for both mac and windows xp without screwing up the format(NTFS/Mac OS X Journaled)? Pls look into this matter and help me with it.
    All of your replies and suggestions is much appreciated.
    Thank you.
    Ala.

    Run, don't walk, from that dealer! and never look back
    Once in a very long while Apple will have customized firmware on drives, and it is possible to find SCSI/SAS or drives that are destined to be used with high end storage controllers.
    But that is the exception that makes the rule.
    SATA is SATA. Though.... there are now SATA III drives that don't work in XP, or that need a jumper, and Seagate and some drives have managed to deliver firmware that has caused trouble... and Apple has had to issue firmware updates to help compatibility....

  • How do I use an external hard drive on Mac and Windows?

    How do I format an external HD for use on Mac and Windows? She has two laptops and have to use both.

    format the external for Mac and use MacDrive or HFS+ for Windows on the windows side.
    use the FAT32 format and live with the "4-GB-per-file" limit
    format the drive NTFS and install e.g. the NTFS 3G driver on the Mac.

Maybe you are looking for

  • Problem with Page-Item

    Description: I created a database link with our Production-Database to publish some data via Intranet. Some pages got links to open Popup-Windows for a detailed description of the data. Every page was built in the same way - a list with data and the

  • My husband and I share an itunes account and would like to share SOME music with our kid as well but NOT all, can we do that on the same account?

    Or do we have to set up a seperate account for her?  I would like to be able to share 'certain' songs with her but restrict others without having to 'check' and 'uncheck' songs individually every time we try to synch.  Is there a way to do this or no

  • Is the standard delivery cost for calendar in UK really £7.19?

    Is the standard delivery cost for calendar in UK really £7.19? I want two different calendars, already designed, and think £14.38 is a ridiculous amount to pay for postage......help please!

  • JDBC DRIVER for MSSQL server

    Hi, I am using MSSQLSERVER4V70 When I try to access a stored procedure using it, whenever there is a decimal typeoutput parameters, the execute function returns false. If there is no decimal typein output parameters, it is fine. Also if the decimal t

  • Long phone call, backlight problem.

    Well sometimes i have long phone calls to deal with, say for around 3-4 hours. When i want to end the phone call i obviously move the phone away from my ear and press the "End Call" button. Problem is, that the backlight doesnt come on. I dont know w