Sunday, November 17, 2024
Generate your trusted CRT , PEM and P12 security certificates for signing and encryption functionality for HTTP or HTTPS Communication
Tuesday, September 17, 2024
Online Cross Browser Testing module , Test your website with any list browsers and OS favors and get instant feedback about your Website
Online Cross-Browser Testing
Select browsers and OS flavors to run your website tests.
Cross-browser testing is the process of testing a website or web application across multiple browsers to ensure consistent functionality, design, and user experience. Different browsers (such as Chrome, Firefox, Safari, and Edge) may interpret web code (HTML, CSS, JavaScript) differently, which can lead to variations in how a site is displayed or behaves.
The purpose of cross-browser testing is to identify these inconsistencies and address them, ensuring that the web application works as intended for all users, regardless of which browser they are using. It typically involves:
- **Checking for Layout Differences**: Ensuring that the design and user interface (UI) look consistent across different browsers.
- **Verifying Functionality**: Ensuring that key functions (e.g., buttons, forms, navigation) work properly in each browser.
- **Testing JavaScript/DOM**: Ensuring that interactive elements and scripts behave consistently.
- **Performance Testing**: Checking load times and performance differences across browsers.
- **Device Compatibility**: Ensuring that the website works properly on both desktop and mobile versions of browsers.
Tuesday, September 3, 2024
JSON Validator , URL Encoder/Decoder , URL Parser , HTML Encoder/Decoder , HTML Prettifier/Minifier , Base64 Encoder/Decoder , JSON Prettifier/Minifier, JSON Escaper/Unescaper ,
Comprehensive Utility Tool
URL Encoder/Decoder
URL Parser
HTML Encoder/Decoder
HTML Prettifier/Minifier
Base64 Encoder/Decoder
JSON Prettifier/Minifier
JSON Escaper/Unescaper
JSON Validator
Sunday, August 4, 2024
JSON to XML and XML to JSON converter in second . Use it for API integrations and Web development projects
Wednesday, July 24, 2024
Thursday, August 4, 2022
How do we resolved first time FTPS connectivity issue with partner using IBM B2B Sterling Integrator
😟😟😟Background of Actual problem :
I am working for Banking client who is doing business with their partners by sending payment files using different communication channels like SFTP , HTTP , API etc. For first time one partner come up with integration requirement by using FTPS communication which is new to our banking client. My client using IBM Sterling Integrator as B2B/EDI tool to do integration with partners and this is the first partner using FTPS connectivity. While implementing and getting connectivity established with partner , we encountered many issues with their FTPs Server.
😮😮😮Problem Statement :
When we trying to connect and to do list out the files which are available in their remote directory , initially we are getting handshake failure and cannot move forward to do list files operation. We have already opened outbound ports at bank firewall and customer are also opened bank ports at their side. As part of analysis we have asked partner to provide acceptable ciphers at their side and compare with ciphers which are configured at Bank side.while initial analysis we found that there is Ciphers mismatch at handshake and it causes the issue.
😲😲😲Suggestion :
To resolve this issue, we have conducted multiple debugging sessions with all the stakeholders partner , Bank's team (myself) , Network team , operating system admin and B2B application vendor etc. In each session we have implemented below suggestions/changes mentioned at B2B server level by B2B vendor team and did the testing in meeting when all the stake holders are present and do the monitoring the traffic.Initially we asked to do below mentioned changes at their FTPS server side and they didn't aggree to do changes. Partner side they cannot make necessary changes to accepts ciphers which are configured at bank because already they are integrated with their partners and they dont want to expect any issues with their partners by cipher changes.
- SNI need to be disabled
- TLS 1.3 version need to disabled if it is enabled already and TLS1.2 version should be default
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3718162507869387"
crossorigin="anonymous"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3718162507869387"
crossorigin="anonymous"></script>
<!-- MySquareAd -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3718162507869387"
data-ad-slot="5896879220"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Java Blogger API, Gmail Java Automation, Auto Post Emails to Blog, Blogger Java API, Gmail to Blogger Java, Blogger API Tutorial, Java Swing Email App, Email Automation Java, Jakarta Mail Java Example, Java Gmail Automation
Dears Good Day Recently, I have been working on a personal project, and I would like to share the implementation details regarding...
-
Inbound Flow: 1) The inbound, EDI data needs to be collected. 2) The collected data should be De-enveloped (removing the headers) to get t...
-
Sterling Integrator Administaration Related Interview Questions : ...
-
Encoding Conversion (From ISO8859_1 / ISO-8859_1 / ISO_8859_1 to UTF8 and vice versa) There is one service called “Encoding Conversion” in...