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
Post a Comment