godot/core/io
GagaPete 8a4dccc4ce Fix CORS problems due to added headers on JS target
Before this change, missing User-Agent and Accept headers were automatically
added on all platforms. Setting the User-Agent header forces the browser to
do a CORS preflight (see 1) which fails if the HTTP endpoint is not
configured appropriate. It's not neccesary to set either header as the
browser sets them and so this commit disables that functionality on the JS
target.

1: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Simple_requests
2018-07-04 01:56:44 +02:00
..
compression.cpp
compression.h
config_file.cpp
config_file.h
file_access_buffered_fa.h
file_access_buffered.cpp
file_access_buffered.h
file_access_compressed.cpp
file_access_compressed.h
file_access_encrypted.cpp
file_access_encrypted.h
file_access_memory.cpp
file_access_memory.h
file_access_network.cpp
file_access_network.h
file_access_pack.cpp
file_access_pack.h
file_access_zip.cpp
file_access_zip.h
http_client.cpp Fix CORS problems due to added headers on JS target 2018-07-04 01:56:44 +02:00
http_client.h Allow body-up-to-EOF HTTP responses 2018-05-22 15:08:31 +02:00
image_loader.cpp fix API string path 2018-04-30 09:38:18 +02:00
image_loader.h
ip_address.cpp
ip_address.h
ip.cpp
ip.h
json.cpp
json.h
logger.cpp Fixed regression making the logger not respect the max files limit. 2018-06-12 12:57:48 -03:00
logger.h
marshalls.cpp Merge pull request #16033 from poke1024/marshalls-dict 2018-05-07 17:51:06 -03:00
marshalls.h
multiplayer_api.cpp New sync RPC modes to match all combinations 2018-05-29 20:26:41 +02:00
multiplayer_api.h New sync RPC modes to match all combinations 2018-05-29 20:26:41 +02:00
networked_multiplayer_peer.cpp
networked_multiplayer_peer.h
packet_peer_udp.cpp
packet_peer_udp.h
packet_peer.cpp Merge pull request #15305 from poke1024/checks-peer 2018-05-08 10:45:39 -03:00
packet_peer.h
pck_packer.cpp PCKPacker:pck_start(): Update version 2018-04-19 00:45:22 +02:00
pck_packer.h
resource_format_binary.cpp
resource_format_binary.h
resource_import.cpp
resource_import.h
resource_loader.cpp
resource_loader.h
resource_saver.cpp fix API string path 2018-04-30 09:38:18 +02:00
resource_saver.h
SCsub
stream_peer_ssl.cpp Generalize SSL cert reading from file 2018-04-03 20:13:57 +02:00
stream_peer_ssl.h Generalize SSL cert reading from file 2018-04-03 20:13:57 +02:00
stream_peer_tcp.cpp
stream_peer_tcp.h
stream_peer.cpp
stream_peer.h
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp Fix for not picking up locale of some .po translation files 2018-05-28 12:51:05 +09:30
translation_loader_po.h
xml_parser.cpp
xml_parser.h
zip_io.h