CORS initial connection for OPTION + GET -


i'm using cors make cross domain request, have:

  • a preflight option call
  • a get call

i'd know why have initial connection each request, whereas have keep-alive of 5s , option request takes 700ms ?

thanks :)


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -