• wodWebServer é um conjunto de componentes ActiveX que fornecem aos desenvolvedores uma maneira fácil de implementar protocolos HTTP e HTTPS para objetos que estão incluídos em várias páginas da web. A suite é especialmente útil para a construção de páginas HTML, documentos, imagens, bem como de outros recursos que estão amplamente disponíveis através de navegadores da web. Desde que a idéia por trás de componentes é para criar um bom solicitação-resposta do processo de objetos, isto significa que os objetos são analisados e armazenados como objetos de solicitação. Portanto, a tarefa do desenvolvedor é para preencher o objecto de resposta com as propriedades do corpo, Status e outras coisas que julgarem necessárias. Como uma nota de lado, se você conseguir personalizar a operação dentro do RequestDone evento, então a resposta para a solicitação do usuário é executada automaticamente. A biblioteca pode ser incorporado diretamente no seu aplicativo e pode trabalhar como autônomo ou juntamente com o servidor web que você está emprega atualmente. Além disso, você pode obter informações completas sobre os usuários conectados juntamente com os respectivos endereços IP de origem, o total de tempo de conexão, de porta, e assim por diante. Quanto a questões de segurança, o conjunto de pacotes de SSL/TLS padrões, bem como o Basic / a autenticação NTLM (domínio / AD suporte). Tudo em tudo, wodWebServer fornece-lhe uma forma rápida de implementar HTTPS e HTTP protocolos para a estática e a dinâmica de objetos.
  • wodWebServer HTTP uygulamak için kolay bir yol ile geliştiriciler sağlamak isteyebileceğiniz bileşenleri bir dizi ve çeşitli web sayfalarında bulunan nesnelere HTTPS protokolleri. Suite web tarayıcıları aracılığıyla yaygın olarak kullanılabilir HTML sayfaları, belgeler, resimler gibi diğer kaynakları oluşturmak için kullanışlıdır. Bileşenleri arkasındaki fikir pürüzsüz bir istek-yanıt nesneleri işlemi oluşturmak için bu nesneler ayrıştırıldı ve istek nesneleri olarak depolanan anlamına gelir. Bu nedenle, geliştirici görevi vücut özellikleri, gerekli gördüğü StatusCode ve diğer şeyler ile yanıt nesnesi doldurmak için. Bir yan not olarak, eğer RequestDone olay içinde bu işlemi özelleştirmek için yönetmek, o zaman kullanıcı isteğine yanıt otomatik olarak gerçekleştirilir. Kütüphane doğrudan uygulama içine gömülü olabilir ve tek başına şu anda kullanan web sunucusu ile birlikte veya çalışabilirsiniz. Ayrıca, kaynak IP adresleri vesaire, toplam bağlantı süresi, bağlantı noktası ile birlikte bağlı kullanıcılar hakkında tam bilgi alabilirsin. Güvenlik konusuna gelince, suite paketleri SSL/(etki alanı / REKLAM desteği) standartları gibi Temel / NTLM kimlik doğrulaması kullanır. Tüm wodWebServer HTTPS uygulamak ve statik ve dinamik nesneler için protokoller HTTP hızlı bir yol sağlar.
  • wodWebServer is a set of ActiveX components that provide developers with an easy way to implement HTTP and HTTPS protocols to objects that are included in various web pages.

    The suite is especially useful for building HTML pages, documents, images as well as other resources that are widely available through web browsers. Since the idea behind the components is to create a smooth request-response objects process, it means that the objects are parsed and then stored as request objects.

    Therefore, the task of the developer is to populate the response object with the body properties, StatusCode and other things they deem necessary. As a side note, if you manage to customize the operation from within the RequestDone event, then the response to the user request is performed automatically.

    The library can be embedded directly into your application and can work as standalone or along with the web server you are currently employing. Moreover, you can grab complete information on the connected users along with their originating IP addresses, total connected time, port, so on and so forth.

    As far as the security is concerned, the suite packs SSL/TLS standards as well as the Basic / NTLM authentication (domain / AD support). All in all, wodWebServer provides you with a quick way to implement HTTPS and HTTP protocols to static and dynamic objects.