Advanced IP Scanner - IP , Ports and shared folders - shared-directory

picture: https://sites.google.com/site/visualvisiojepages/
I want to know what the second line says the IP address, for example, this shared file? If possible, to explain what the name "NetDvrV3" and (mini_httpd/1.19 19dec2003) mean?

The first part "NetDvrV3"is the Title of the Webpage they are serving.
The second part "(mini_httpd/1.19 19dec2003)" means they are using mini_httpd as the http server.
edit Reading your other question, you probably whant to know how to get the data?
You can find the "NetDvrV3" in the HTML in the header: <title>NetDvrV3</title>
The server can be found in the HTTP Response from the server: Server: mini_httpd/1.19 19dec2003

Related

How to send a HTTP request in JMeter which is having an environment in its url?

I want to send HTTP request to a particular URL in JMeter to do performance testing, but the URL is containing a environment name in its prefix ex: http://dev-www.abc.com/. while I'm running the particular script its failing because of the URL prefix.
How to achieve this?
If you are enter server name / IP as per screenshot below then it is wrong
Protocol and server name have to be given separately as below
If you already have setup URL like the screenshot above, please update the question with screenshot of failure message
Your question is not very clear, going forward consider adding:
output of the View Results Tree listener showing request and response tab, preferably both data and headers
jmeter.log file, preferably full, or at least any messages of WARN and above severity
A couple of "blind shot" answers:
If you're asking for a single configuration point which will be applied to all HTTP Request samplers - it's HTTP Request Defaults
If you're building your request URL dynamically and getting Illegal character found in host: '/' error - make sure to put the URL into "Path" field of the HTTP Request sampler:

How do I Create a Custom Connector in Microsoft Flow with the correct request URL?

I am attempting to create a custom connector for the Clio API (https://app.clio.com/api/v4/documentation). I was able to successfully authenticate and access the API in Postman, testing out quite a few different types of requests with good results.
Then I exported the collection to a Postman file and imported it into a new custom connector in my MS Flow account as instructed at https://learn.microsoft.com/en-us/connectors/custom-connectors/define-postman-collection. As part of that process, I entered the following settings:
Scheme: HTTPS
host: app.clio.com
Base URL: /
Within the custom connector requests, all the definitions looked acceptable, except that instead of having the fully qualified request URL, they did not include https://app.clio.com.
For example, one request should use the following address:
https://app.clio.com/api/v4/contacts.json
The field in MS Flow, where URL should be entered, is grayed out and only includes /api/v4/contacts.json and looks like this:
The grayed out field cannot be typed in. Instead, I have clicked "Import from sample," which leads to a window where I can type in the fully qualified URL. After I do that and click the "import" button, the window still lists the partial URL as shown above.
At first I thought that was intentional, since I had entered the host elsewhere for the connector, and I thought that Flow would put them together to send the request to the right URL. But it did not: when I tested the operation, I got a 404 error:
{
"error": "{\r\n \"code\": 404,\r\n \"message\": \"Unable to match incoming request to an operation.\",\r\n \"source\": \"msmanaged-na.azure-apim.net\",\r\n \"path\": \"\",\r\n \"clientRequestId\": \"500779d5-356d-4c79-bf96-caf2-f5bc2919\"\r\n}"
}
When I looked at the request, this is the URL:
https://msmanaged-na.azure-apim.net/apim/clio2.5fb03ce8462066f352.5fdeb6bc35b813689d/92053762-68ce-4c1d-9085-0785-0fd98c3b/api/v4/contacts.json?type=Person
So obviously Flow is not using the correct request URL, and I cannot figure out how to enter the fully qualified request URL. Can anybody tell me what I am doing wrong?
I found another comment where someone else is having the same problem: https://stackoverflow.com/a/48813209/7191369 so I'm not the only one. Thanks in advance for your help.
Edit:
After some additional searching, the address in the request (with https://msmanaged-na.azure-apim.net) is the required redirect URL for the proxy per this post: https://powerapps.microsoft.com/en-us/blog/custom-api-with-authentication/, and is used when processing OAuth. But the crappy part of this is that I can't see the request URL so I can't troubleshoot. Is there any way to see what request the proxy server is sending out to the Clio API?
It's been a while since this question was posted, but let me give you a suggestion to include the /api/v4 part of the URL inside the Base URL property of the Flow. This way all your endpoints will use the specified version and you will not have to define them one by one in each request.
Except if you intentionally want to use different versions across the requests :) Anyways, I'm glad that you've been able to resolve the issue.

AJAX Post Request for application with Reverse Proxy not working

We have an two applications setup on same server. IIS 7.5,Windows 2008 R2.
Application 1 : Port 80/443
Application 2 (app2) : Port 444
We've used ARR Module with reverse Proxy to route all requests with testsite.com/app2/ to port 444 using article.
here.
All of the things are working fine, however when we try to do a AJAX POST request, it gives 502 Error, Probable due to Same Origin Code Policy violation since response is coming form different port number.
AJAX request works fine when we access website using port number like below:
testsite:444/app2/
We can't Use JSON P since we need to do HTTP Post, also I would want to avoid Using CORS, need some solution from server side.
Regards,
Tarun Panwar
The issue was that there was one module entry which was causing some issues, removed that module and everything was working fine.
Regrads,
Tarun

Jmeter incrementing the path value

I have a scenario of uploading a product image . I recorded the scenario using proxy server
but the image is not uploaded. I tried by moving the images to the bin folder and then did the same still the image is not uploaded. Can anyone help me to rectify this issue.
My code is :
Send parameter with request
Name Value
_method POST
Send files with request
file path Parameter name MIME type
C:/loc/jmeter/bin/img.jpg data[Product][product_image] image/jpeg
Actually the problem is with the HTTP Requests Path because when i add an image using proxy server
HTTP Requests
Server Name: Server.com
path:/products/image/1147
Using the same path i was not able to upload images but when i change the
" path:/products/image/1148 "
Was able to upload image but every time i cant change this.
Is there any way to automate it.
Please help me..
Make sure that you have following configuration:
POST method is selected from drop-down.
2.Use multipart/form-data for POST box checked
Parameter name exactly matches relevant input of type "file" at upload page
Any other correlation and session attributes are fine, i.e. session ID, cookies, etc.
Also it worth checking jmeter.log and log of your web/application server or proxy for any errors.
See Upload and Download Scenarios with Apache JMeter guide for more details.

Following redirection and checking IP of website - Ruby

I need to create simple script in Ruby. All I have to do is a check link like this: www.mywebsite.com/redirect.php?=xxx I must check where the link is redirecting me and what exactly is a IP address of new location.
I've found solution for following redirects in Ruby here: Ruby - net/http - following redirects
But the challenge is, that I do not know how to get current IP after redirect. It is possible to grab it somehow from response object?
You edited your question and said you figured out the redirects. Once you have the URL you got redirected to, you can just use IPSocket.getaddress to find the IP:
>> IPSocket.getaddress 'www.google.com'
=> "209.85.148.104"

Resources