How to set the config.xml for accessing the external server?
■ Summary
- The following code snippet demonstrates how to set the config.xml for accessing the external server.
- If your application using the network does not work well on device or emulator while it works well on the simulator, please check this.
- The following code snippet demonstrates how to set the config.xml for accessing the external server.
- If your application using the network does not work well on device or emulator while it works well on the simulator, please check this.
12345678name="http://tizen.org/privilege/internet"origin="http://www.kma.go.kr" subdomains="true"orname="http://tizen.org/privilege/internet"origin="*" subdomains="true"