HTTP and HTTPS Flashcards
is an application-layer protocol that acts as the foundation for communications with the Internet.
Hypertext Transfer Protocol (HTTP)
It defines the interaction between the client machine and the server as following a request-response model whereby the client machine requests for a specific resource and the server responds with the information.
Hypertext Transfer Protocol (HTTP)
It retrieves the source without any other effect resulting from taking actions
GET
It indicates that there is information included in the request that should create a new version of the resource.
POST
In indicates that the information included in the request should change already existing items.
PUT
The specified resource should be deleted. And upon deletion, the GET or PUT to a resource will fail.
DELETE
IIS stands for
Internet Information Services
It is an application that comes with Microsoft Windows designed to support HTTP (known as a web server).
Internet Information Services
is the primary integrated development environment (IDE) used to create ASP.NET websites and web applications
Visual Studio
When developing ASP .NET applications, either Web Forms or MVC, the work of processing and creating the content that is returned to the client is done by …
Internet Information Services
What are the three versions of Visual Studio that can be downloaded?
Community, Professional, and Enterprise
free for students, open-source contributors, and individuals
Community
best suited to small teams
Professional
scalable, end-to-end solution for teams of any size
Enterprise