Tuesday, October 23, 2018

Test HTTP Request Method (API) with public API, localhost or any HTTP request


Today there are a number of online tools to simulate it same as:Postman, Insomnia, Advanced RESTAPI tester, ... But I will show you about a tool, which can test in localhost and other host.
  1.  With public API

I will take PUBG's API as an example. you can access at : https://developer.playbattlegrounds.com to get documention about this API.


I have finished reading the doc and get api key. Now I will use api test to test this api.


set the header request as required by this api.
Now, press "Send by AJAX"  or "Send By SERVER" to send request, and the result:


2. with localhost


The first, I will create a API Post in my localhost by PHP. I need allow access-control-allow-origiin:* in my API, and check POST param.


Now, go to api test to test. fill out URL, choose Method, and add Parameter and click Send by AJAX to test API under localhost.


3. with HTTP Protocol

access http://www.w3webtool.com/api-test để request với api http.

Now, I will test method with IP-API at http://ip-api.com/docs/api:json

I have URL  http://ip-api.com/json and method GET to get API by Send By SERVER


YOU CAN TRY IT NOW. HOPE IT USEFUL

Sunday, September 2, 2018

Test HTTP Request Method Online under localhost or other host (Simulate API)

The HyperText Transfer Protocol (HTTP) is a client-server protocol powering most of World Wide Web. Every time you surf the web, your browser is sending HTTP request messages for HTML pages, images, scripts, and styles sheets. Web servers handle these requests by returning response messages containing the requested resource, completing the HTTP request-response cycle.

http request function



HTTP Request Methods contain 9 type of request, the most common are GET and POST method.


Today there are a number of online tools to simulate it same as: Postman, Insomnia, Advanced REST, API tester, ... But I will show you about a tool, which can test in localhost and other host (some tools do not support).


The first, I will create a API Post in my localhost by PHP.

The first, I need allow access-control-allow-origiin:* in my API, and check POST param.

My File PHP


Now, go to https://w3webtool.com/http-request-method to test. fill out URL, choose Method, and add Parameter and click Send by CLIENT to test API under localhost.

POST param method to localhost
You also can add Authentication or any Header to test your HTTP Request.

Now, I will test method with IP-API at http://ip-api.com/docs/api:json

I have URL  http://ip-api.com/json and method GET to get API by Send By SERVER

get Function

You can try with your API now. Hope it useful for you.

Thursday, August 30, 2018

How to convert PDF to Word (doc, docx) only one step without any software

Hi everyone,

Today, we will show you how to convert PDF to Word without any software.

Prepare your PDF and go to w3webtool.com/pdf-to-word .
Step 1: choose file | drop file to this url. Waiting ... and you have a word version from pdf file.
Display

Hope it useful for you. can find video for this tutorial.

If you are interested, leave a comment below. <3


Review website w3webtool.com, an extremely useful site

Hi everyone,

Today, we will show you about the w3webtool site, you can convert (pdf, word, excel, html, image), decode (base64, url), encrypt/ decrypt (md4, md5, sha1, sha256, sha512), generator qr code, use editor online (json editor, html editor), minify| beautify html, js, css, and more ....

Now, we visit w3webtool.com together

home display

Converter menu
And if you feedback at w3webtool, The slider will appear your feedback on this.

So many utility with w3webtool. So you can contact them to create a utility tool for your intent.

And in future, we provide a function, which user can create a tool by PHP + Javascript on w3webtool.

Utility menu

Hope it useful for you.

If you are interested, eave a comment below.

Thank so much. <3

Wednesday, August 29, 2018

How to generator and reader QR code without downloading any application? only with browser

QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional barcode) first designed in 1994 for the automotive industry in Japan. A barcode is a machine-readable optical label that contains information about the item to which it is attached. A QR code uses four standardized encoding modes (numeric, alphanumeric, byte/binary, and kanji) to store data efficiently; extensions may also be used -wikipedia

Nowadays, QR codes have been widely popular, many enterprises have applied to manage their information. So there are also many applications on QR code.


Today I will introduce you some free web application about QR code:


So, we has talk with you how to enable QR Code scanning and generating only with browser. If you find it useful, do not forget to share the article with others who know or leave comments when trouble is in use.

Welcome to onlybrowser blog !!!

This blog was created to share online tools to solve every problem quickly and easily.
Hope it useful.