Communication with other domain

Hi,
An internal application (.exe developed in Delphi) at a
clients server (
no webserver) can communicate ( JSON protocol) with other
applications, also web based.
While testing the AS2 / AS3 classes ( from
http://www.json.org ) in the Flash
IDE (ctrl-enter) their was no problem. I made a connection on a
static IP-adres with open port and could send/recieve json-objects.
So far so good.
When publishing it for a html page, the trouble began. The
known security problem.
Is there a solution?
We don't know where to put the crossdomain.xml because there
is no root! There is just an application listening to an open port
on a static IP adres.
Just a single executable listening to an open port if a
request is comming in so it can send an answer.
Is there a solution?
How does the flash player finds out if a crossdomain.xml is
avalable?
Does it send a request also? Is it ok to generate a
crossdomain.xml on the fly on that request?
Help us please!

I think I understood the following:
- Cards have a special applet called Card Manager (or Security Domain) for example to load and delete other applets
- Communication with the Card Manager goes over a secure channel with specific keysThat is correct
Questions:
- Are these keys 'open' so they can be used for every card of the same type?Development cards generally have know keys that can be used. When you go into production, your cards will have a unique (each card in fact will have its own key)
- Are these keys set by the factory and maybe reset by a distributor?Both. The card issue can also set the keys before sending the card out. Check the GlobalPlatform Key Management System specification from the GP website for more details on key management.
WrappedCommand --> 80 CA006600
Response <-- 664C734A0607...(I'll post all bytes if necessary)...9000Can you provide the full response from the card?
Can I somehow check if my Card is already blocked (too much failed attempts?) without waisting another attempt?No. If you have exceeded the tries your next INIT UPDATE will fail. You should have 10 per card with the JCOP cards from memory. Some Gemalto cards lock after 5.
Cheers,
Shane

Similar Messages

  • I just got the iPhone 5S.  I am able to RECEIVE air drops from people, but I can't send anything via Air Drop.  I doesn't seem to be communicating with others.  I have Air Drop to communicate with my contacts, but it isn't working.  :(  Help!

    I just got the iPhone 5S.  I am able to RECEIVE air drops from people, but I can't send anything via Air Drop.  I doesn't seem to be communicating with others.  I have Air Drop to communicate with my contacts, but it isn't working.    Help!

    iOS: Use AirDrop to wirelessly share content

  • Setup crypto for secure communication with other switches

    What kind of code can be used to setup crypto for secure communication with other switches.

    ok but is there any special code i need to write if i need to create a crypto secure communication between some particular switches.

  • Publishing iweb pages with other domain host?

    Hi...
    Can anyone tell me if it's possible to host the page I created in iweb with another domain host?
    Thanks

    Under the File menu in iWeb there is a option called "Publish to Folder"
    That folder will contain all the HTML files, etc necessary to create your webpage.
    You will then upload (FTP) the contents of that folder to your host.
    There are several FTP programs available including Yummy, CyberDuck, etc... are you familiar with FTP'ing?

  • Both Firefox and Microsoft explorer cannot communication with other webcites but g\Google Chrone can communicate. What is going on?

    Strangely enough the banner information si upto data but I cannot communicate with other cites. the connect box just spins.
    This is not true for Google Chrome which connect quickly with all the addresses.

    Re:
    "Do you have a user.js file in your profile, and did you change the user-agent that gets displayed by Firefox? The setting looks like:
    general.useragent.override "
    I have no idea if I have a 'users.js file' anywhere; let alone in my 'profile' ...WHAT profile? where?? why? I have never needed to know anything about a users.js file to download or update a browser of any kind.
    Nonetheless, IF a 'users.js file' is something that exists, behind the scenes, appearing something like "general.useragent.override" I would have no idea how to locate - or check whether or not I have one. You say it would be in my "profile". A "Firefox" profile? A MAC system profile? A hard disk profile? A Utilities profile? I have no idea what / where this may be.
    I will try the suggestion by cor-el: Download a 7.01 - SAVE the dmg (slippery suckers, hard to find again, once arrived). Then I will isolate that in a special folder and remove my current FIREFOX from my computer; and open/install the 7.01 clean.
    The only problem is I don't know exactly WHAT is mucking things up for the 7.01 to fully install. THEREFOR it seems I will have to search out and destroy all the parts of my CURRENT browser (icons/volumes/files/ et al) ...hoping that I DO remove the nasty part - and that I DO NOT remove something I need to either (A): keep my extremely deep bookmark files and/or (B): allow 7.01 on my system (as it IS an UPDATE - if I have NO "7.0" - can a "7.0.1" load / install without something already in the 7's to work from?)
    I was hoping to avoid this 'search and destroy' raid on my Firefox, for the above reasons; but since I have NO idea what the "user.js file" or its attendant "profile" are, I see no alternative. Unless somebody has a better idea before Monday; I'll go in there and tear it out - after bringing in the dmg of 7.01 first. It'll be a crapshoot; maybe I'll luck out. I HOPE so, 'cause I really hate Safari. Wheeeeeeeeee!

  • Communication with other applications

    We are currently using software written in HP-Basic, now we want to add
    some functionallity to our programs but would like to use Labview as our
    new developement tool.
    The problem is that we want to communicate with our new programs from
    HP-Basic, how can this be solved?
    We have some ideas:
    *Build the labview program as an windows executable file and communicate
    with it through application arguments (like argc, argv in c/c++). We
    don't know if it is possible to use this in Labview.
    *Build the labview program as an windows executable file and communicate
    with it through a file.
    *Communication over TCP, we don't know if this is possible with
    HP-Basic.
    /Anders Jernberg

    Anders Jernberg wrote:
    >We are currently using software written in HP-Basic, now we want to add
    >some functionallity to our programs but would like to use Labview as our
    >new developement tool.
    >The problem is that we want to communicate with our new programs from>HP-Basic,
    how can this be solved?
    >
    >We have some ideas:
    >*Build the labview program as an windows executable file and communicate
    >with it through application arguments (like argc, argv in c/c++). We
    >don't know if it is possible to use this in Labview.
    There is an example on the NI website that shows how to do this. Try www.ni.com/labview/
    and then 'drivers & downloads' -> example programs. In the 'no hardware required'
    section, you'll find an item called 'command line
    interface for LabVIEW'.
    IIRC: only for windows, not unix, but that's fine for you.
    >*Build the labview program as an windows executable file and communicate
    >with it through a file.
    A fairly obvious solution, and easy to debug: code will work also if you
    are running in the environment. I don't know if the commandline would work
    in that situation.
    >*Communication over TCP, we don't know if this is possible with
    >HP-Basic.
    Don't know. For new applications this is porbably preferred, as it also allows
    web deployment.
    >/Anders Jernberg
    Maarten Sneep

  • Communicating with other ejb's on different servers not in a cluster

    I have a problem and that is that I cannot get to EJB to communicate.
    What I do is this
    |Klient OK |
    |
    | call remote method \\ returnAnotherBeansMethod();
    |EJB in server1 |
    |
    | call remote by ordinary client call\\ returnMessage();
    |EJB in server2 |
    When I tried to use communicate with JONAS
    I got a security problem
    We innstalled a security manager but we still had the same error
    Somethin about not getting socket permission
    When I tried the same senario with BEA's T3 protocol I got an error that
    told me that t3 was no a valid protocol???
    Does anyone have sample kodes for a senario such as this one?
    It will not be used or distributed futher...
    -Ronny

    I tried something which worked but it is not recommended because the Workload Manager has trouble with this if you cache the InitialContext over multiple sessions.
    What i did was create a hashtable which could hold multiple Initialcontext and were stored based on the JNDI-name, i also had another hashtable which stored objects that held information about the EJB (jndiName, classname, providerURL, caching). So what i did was when you call the ServiceLocator for the first time, 2 hashtables were created and filled based on an xml-file. Then if a client wants to access an EJB all it had to do was give the JNDI name, from one hashtable an object was retrieved, check if that objects holds an providerURL, if not use the standard, if so get the InitialContext from the second hashtable and perform a lookup. Works perfectly but again not recommended.
    Cheers,
    Maarten

  • Communication with other apps

    Hello. I have an application which should work on Windows and Mac Os. I need to use some VBScripts on windows and some applescripts on Mac. I have an idea but i don't know if it is good. Someone told that I should use RMI. My idea is to build an application on Windows in VB and on Mac in applesctipt. This application (depend of system) will be starting with my java app - using ProcessBuilder. I will send some informations by stdIn and get some responses by stdOut of this external application. I dont know if this is good solution. Maybe someone tried to do such think? Maybe there is some easier method?

    To be honest I don't know anything about AppleTalk. About VBScript the easiest way is to run the VBScript from java and take the output from its execution some way (from output file or from process output stream). I am not fan of VBScript but this is what I can say from prima vista. We usualy use COM components when a native calls are needed and access these via JNI and linked DLLs.

  • WRT600N not communicating with other network.

    My Issue is this:
    One Network, 192.168.0.0
    Connected to the internet through an RV082 Linksys VPN Router (about 30 users)
    The new Wireless Router WRT600N
    Has a “WAN IP” of 192.168.0.211
    The Network IP is 192.168.200.1 with DHCP of 192.168.200.100-149
    How do I get 192.168.0.0 to “talk” to 192.168.200.0?
    I have no problems getting on to the internet when connected wirelessly (WRT600N) or wired (RV082) but I cannot get wireless pcs to view network files or printers etc that is on the wired network.
    OR Is there a way to just turn it in to an AP only?

    Hey you can logon to kb.linksys.com & in search box type file & printer sharing & then click search you will be able to see the steps over there provided you are able to ping the ip addresses of both the pc's from each other & have disabled the firewall.

  • Communication with other countries

    I live in Greece and I want to establish a way to communicate with the United Kingdom. I saw that I am able to buy a UK Skype Number but I have some questions.
    1. If someone calls me from UK landline to my UK Skype Number while I am in Greece who gets charged and how?
    2. Will I be able to accept calls from UK if I only have a number and no subscription or credit?
    3. If I call UK landlines from Greece through UK Skype Number does it work like regular Skype calls (buying subscription etc.) or do I have to do something else?

    Hi,
    You should think of using the EPCF for this.
    So search for Enterprise Portal Client Framework (EPCF) and you will find alot of documents.
    http://help.sap.com/bp_epv260/EP_EN/documentation/How-to_Guides/32_HowTo_Use_portal_eventing.pdf
    Regards,
    Praveen Gudapati

  • Communicating with other APPLICATIONS

    I Would like a Sample Program, or a Hint on how to EXTRACT and APPEND data from Microsoft Exel Sheets ...
    Regards;

    U can do this using a normal read write program written to read or write any normal file.
    But keeping in mind one thing is that \t is used to put data into different cells
    and also u can find apis to do this
    check out some of them in
    http://www.onjava.com/pub/a/onjava/2003/04/16/poi_excel.html
    http://www.javaworld.com/javaworld/jw-03-2004/jw-0322-poi.html
    http://www.devx.com/Java/Article/17301
    http://www.andykhan.com/jexcelapi/

  • Only the communication between PCs domain

    Hello, I need to create a rule for that communication is only between computers dominoes. That is, if any other computer on the network that is not the field should not have any communication with the domain computers. How do I make this rule?
    MCP - MCTS - MCTS AD

    Hi,
    As far as I know, there is not step by step guide for the Domain Isolation deployment published. However we can refer the following KB to realize the Domain
    Isolation.
    The related KB:
    Introduction to Server and Domain Isolation
    http://technet.microsoft.com/en-us/library/cc725770(v=ws.10).aspx#BKMK_3
    Deploying a Basic Domain Isolation Policy
    http://technet.microsoft.com/en-us/library/cc730709(v=ws.10).aspx
    Domain Isolation Planning Guide for IT Managers
    http://www.microsoft.com/en-us/download/details.aspx?id=16539
    Domain Isolation with Microsoft Windows Explained
    http://technet.microsoft.com/en-us/library/cc770610(v=ws.10).aspx#BKMK_2
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • PC webcam for communicating with Isight user?

    My parents and I live on opposite coats.
    My folks just got a new, up-to-date Dell laptop equipped with USB ports (no Firewire equivalents from what I could see during a recent visit). I myself have a G4 desktop with an Isight connected via Firewire.
    We both have cable internet and live on opposite coasts. I love the picture quality & real-time motion communicating with other Isights users on Ichat.
    How can I establish a similar quality communication with the parents back home?
    1) What web camera would be a good fit for their new USB-equipped Dell laptop?
    2) Would using AIM on their end and Ichat on my end allow for a fairly good quality connection, with the same real-time motion?
    Thanks for any thoughts!

    Hello Stephen,
    Any PC webcam that is compatible with the software your parents want to use (probably AIM 5.9 for Windows) should work well for them.
    Auto focus is nice, as is auto exposure, but they add cost. Some, but not all, have built in microphones. If your folks do not already have a mic, a camera with a built-in mic can save desk clutter if that is an issue that is worth the extra cost. If they have questions, they can judge these things best by an in-person demonstration at a brick and mortar store.
    One place they can save money is on the motion-follow feature offered on many of the mid-to-upper priced PC webcams. Motion-follow can cause severe jumps that are distracting for video chat. If they need motion-follow for other uses, like surveillance camera applications, it is OK, but if the sole webcam use is for video chat, they do not need to spend ANY extra money for this feature. You will probably ask them to turn it off anyway. If all the cameras that have the other features they wants also include motion-follow, they can turn it off when they video chats to reduce the distracting "jump".
    If they want the best possible video chat quality, there are other possible considerations in the iSight and the PC FAQ.
    My best tips for Mac Video Chat with PCs at at this link.
    EZ Jim

  • Can we assign 2 IPs for a SCCM 2012 primary site server and use 1 IP for communicating with its 2 DPs and 2nd one for communicating with its upper hierarchy CAS which is in a different .Domain

    Hi,
    Can we assign 2 IPs for a SCCM 2012 primary site server and use 1 Ip for communicating with its 2 DPs and 2nd one for communicating with its upper hierarchy CAS . ?
    Scenario: We are building 1 SCCM 2012 primary site and 2 DPs in one domain . In future this will attach to a CAS server which is in different domain. Can we assign  2 IPs in Primary site server , one IP will use to communicate with its 2 DPs and second
    IP for communicating with the CAS server which is in a different domain.? 
    Details: 
    1)Server : Windows 2012 R2 Std , VM environment .2) SCCM : SCCM 2012 R2 .3)SQL: SQL 2012 Std
    Thanks
    Rajesh Vasudevan

    First, it's not possible. You cannot attach a primary site to an existing CAS.
    Primary sites in 2012 are *not* the same as primary sites in 2007 and a CAS is 2012 is completely different from a central primary site in 2007.
    CASes cannot manage clients. Also, primary sites are *not* used for delegation in 2012. As Torsten points out, multiple primary sites are used for scale-out (in terms of client count) only. Placing primary sites for different organizational units provides
    no functional differences but does add complexity, latency, and additional failure points.
    Thus, as the others have pointed out, your premise for doing this is completely incorrect. What are your actual business goals?
    As for the IP Addressing, that depends upon your networking infrastructure. There is no way to configure ConfigMgr to use different interfaces for different types of traffic. You could potentially manipulate the routing tables in Windows but that's asking
    for trouble IMO.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • How to restrict users working on Windows 7 clients from accessing Windows Explorer and other systems in the network through Group Policy with a domain controller running on Windows Server 2008 r2

    Dear All,
    We are having an infrastructure setup of around 500 client computers managed through group policy.
    Recently the domain controllers have been migrated from Windows Server 2003 to Server 2008 R2.
    Since this account requires extremely strict environment, we need to figure the solution for restricting the users from access anything locally.
    It would be great if you can assist me with the following query.
    How to restrict users logged on Windows 7 clients from accessing Windows Explorer and browsing other systems in the network through Group Policy with a domain controller running on Windows Server 2008 r2 ?
    Can we disable Network Tab on the left hand pane ?
    explorer.exe is blocked already, but users are able to enter the Windows Explorer by clicking on the name which is visible on the Start Menu.

    >   * explorer.exe is blocked already, but users are able to enter the
    >     Windows Explorer by clicking on the name which is visible on the
    >     Start Menu.
    You cannot block explorer.exe when you do not replace the shell - the
    desktop you see effectively IS explorer.exe...
    Your requirement sounds like you need a custom shell:
    http://gpsearch.azurewebsites.net/#2812
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

Maybe you are looking for