I am sending to the SSL server using jQuery. Will my AJAX posts be protected?
Yes, like regular https pages
Assuming you are accessing an HTTPS server, yes.
Yes, Javascript is subject to the same origin security policy. If html is served over SSL, then the transfer through JS should be through SSL. See Wikipedia Article: Same Origin Rule
Source: https://habr.com/ru/post/1729597/More articles:the third font in the font family is much larger - jqueryIE 8 - ASP.NET form is not submitted when user presses enter key - internet-explorerWinForms - MaskedTextBox - variable width masking possible? - c #Switching a Database in LinqToSql - c #The 'Maven Dependencies' container references an existing library - sts-springsourcetoolsuiteIs it possible to save and reuse a parameter set as a code block in SQL Server Express 2005? - sqlUsing EXR images in OpenCV - opencvGood HTML object model in Java? - javaOnly load Javascript, if supported - javascriptC / C ++ management structure limitations? - c ++All Articles